eww icon indicating copy to clipboard operation
eww copied to clipboard

Documentation issue

Open amoldybuffalo opened this issue 2 years ago • 1 comments

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.

amoldybuffalo avatar Mar 13 '22 02:03 amoldybuffalo

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.

viandoxdev avatar Mar 13 '22 12:03 viandoxdev