mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 01:13:24 +00:00
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:
parent
d6d3451898
commit
879cec8786
1 changed files with 1 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue