daniruiz / flat-remix-gtk

Flat Remix is a GTK application theme inspired by material design. It is mostly flat using a colorful palette with some shadows, highlights, and gradients for some depth.
https://drasite.com/flat-remix-gtk
GNU General Public License v3.0
851 stars 70 forks source link

GTK4/LibAdwaita version breaks on higher font sizes #151

Open Arcitec opened 2 years ago

Arcitec commented 2 years ago

First off, thank you. This is the first theme that is reliable and beautiful enough to make me switch from vanilla GNOME to your theme!

Anyway, my mother has impaired vision and very large font sizes.

The GTK4 theme breaks in that scenario as follows:

image

Your transparent headerbar is hardcoded as some kind of fixed size. Instead of properly being parented to the headerbar dimensions of the window.

Here is the easy way to reproduce this bug:

Hopefully (and most likely) it's possible to parent this to the proper CSS element to fill the entire, actual size of the headerbar.

Arcitec commented 2 years ago

Most likely related to https://github.com/daniruiz/flat-remix-gtk/issues/152.