You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is about a scenario where GTK4 apps don't have any HeaderBar. The official LibAdwaita theme handles that perfectly. It breaks in Flat-Remix GTK.
I've coded a small reproducer for this bug, with a variable at the top to test both behavior.
skip_headerbar: True (Headerbar is skipped. Theme breaks in Flat-Remix, but works properly in normal LibAdwaita. You can see that Flat-Remix expects the headerbar to be a fixed size.)
skip_headerbar: False (Headerbar is included. Theme works properly.)
This is almost guaranteed to be related to #151 about the transparency being added to the incorrect titlebar element. Basically the theme currently expects a specific element and titlebar height, but it seems to be the wrong element. Hopefully it can be solved with some CSS inspection with GNOME's dev tools to find the correct class to apply the Flat-Remix transparent titlebar styles to (I'm not aware how those inspector tools work but have seen others use them).
This is about a scenario where GTK4 apps don't have any HeaderBar. The official LibAdwaita theme handles that perfectly. It breaks in Flat-Remix GTK.
I've coded a small reproducer for this bug, with a variable at the top to test both behavior.
This is almost guaranteed to be related to #151 about the transparency being added to the incorrect titlebar element. Basically the theme currently expects a specific element and titlebar height, but it seems to be the wrong element. Hopefully it can be solved with some CSS inspection with GNOME's dev tools to find the correct class to apply the Flat-Remix transparent titlebar styles to (I'm not aware how those inspector tools work but have seen others use them).
Here's the reproducer code:
The text was updated successfully, but these errors were encountered: