elkowar / eww

ElKowars wacky widgets
https://elkowar.github.io/eww
MIT License
8.98k stars 369 forks source link

Documentation issue #415

Open amoldybuffalo opened 2 years ago

amoldybuffalo commented 2 years ago

I don't know if this is appropriate to the github, but I don't know anywhere to ask these things. This is not exactly a bug, however it is not covered in the documentation, and so I don't know what behavior to expect. I have a window that has a single widget inside of it which I have styled to have a border radius. The issue, however is that on the outsides of the rounded edges there are sharp black corners. I've found that *{ all:unset; } in eww.scss fixes this issue, however scale widgets I have inside of the master widget in boxes are then invisible (presumably because I unset their default theming) If you could tell me how to resolve this issue I would be extremely grateful. It would be even better if all relevant information was in the documentation rather than a quick start guide and a few widgets.

viandoxdev commented 2 years ago

you can either restyle the scales to your liking, or remove the all:unset, and use the gtk inspector to see why the sharp corners appears and fix it.