Rafael Mardojai CM
Rafael Mardojai CM
In the current implementation, the script only inject CSS. To implement autohide we should write some JS logic. About the scrollbar position on popovers; To get a prettier look like...
@jannuary Did you implement it directly with `userChrome.css`? In that case maybe we can add it as an optional feature.
This is a known bug, have you tried some of the[ posibles solutions](https://github.com/rafaelmardojai/firefox-gnome-theme#csd-have-sharp-corners)?
I definitely can't reproduce this. Could you provide more info?
I guess this can help to solve #133. I will try to check what ideas of `mobile-config-firefox ` can be copied here to improve mobile usability.
This is not trivial to implement, are you suggesting to load colors from `XDG-CONFIG/gtk-4.0/gtk.css`? Also libadwaita uses CSS color functions that are GTK-only like `lighten()`, `darker()`, `shade()`, `alpha()`, `mix()`, allowing...
> Yes That's imposible unless you modify Firefox. In the best case maybe load them making an extension, but I'm not sure if you can read that file from an...
> Then some sort of CSS preprocessor could be used. Well that could help me to mimic the Adwaita color generation and ease things for me, but anyone wanting to...
> What if the pre-preprocessed CSS was only preprocessed at install time? (when the scripts are ran) Right, but that will require to have Sass (for example) as a dependency...
Right now we're using the value given by `-moz-gtk-csd-titlebar-radius`, so should be the GTK3 radius. I tried to fix this the other day but always got artifacts, will try again...