Issue #9999: Fix arbitrary headerbar height

The merged menu + title bar (headerbar mode) wasn't matching the height of
the title bar mode. This is inconsistent and, worse, ugly even in 768p.
This commit is contained in:
Bruno Lopes 2024-03-24 10:40:00 -03:00
parent d6d3451898
commit 879cec8786

View file

@ -606,12 +606,8 @@ switch image {
color: transparent;
}
/* XXX: should the min-height actually go in the Compact theme instead?
* I find the headerbar on GNOME default theme (Adwaita) to be kinda huge. But
* maybe the default theme should not try and override this?
*/
headerbar {
min-height: 0px;
min-height: 36px;
background-color: @bg-color;
background-image: none;
border-color: @edge-border-color;