Adwaita: correct size for ssd titlebars
fixes https://bugzilla.gnome.org/show_bug.cgi?id=762032
This commit is contained in:
@ -1364,12 +1364,14 @@ headerbar {
|
||||
.maximized & { &:backdrop, & { border-radius: 0; }} // squared corners when the window is maximized or tiled
|
||||
|
||||
&.default-decoration {
|
||||
padding: 0 4px;
|
||||
min-height: 36px;
|
||||
padding: 4px;
|
||||
min-height: 28px;
|
||||
|
||||
button {
|
||||
button.titlebutton {
|
||||
min-height: 26px;
|
||||
padding: 0 5px;
|
||||
min-width: 26px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -1835,12 +1835,14 @@ headerbar {
|
||||
border-radius: 0; }
|
||||
.default-decoration.titlebar:not(headerbar),
|
||||
headerbar.default-decoration {
|
||||
padding: 0 4px;
|
||||
min-height: 36px; }
|
||||
.default-decoration.titlebar:not(headerbar) button,
|
||||
headerbar.default-decoration button {
|
||||
padding: 4px;
|
||||
min-height: 28px; }
|
||||
.default-decoration.titlebar:not(headerbar) button.titlebutton,
|
||||
headerbar.default-decoration button.titlebutton {
|
||||
min-height: 26px;
|
||||
padding: 0 5px; }
|
||||
min-width: 26px;
|
||||
margin: 0;
|
||||
padding: 0; }
|
||||
.titlebar:not(headerbar) entry, .titlebar:not(headerbar) spinbutton:not(.vertical),
|
||||
.titlebar:not(headerbar) spinbutton,
|
||||
.titlebar:not(headerbar) separator,
|
||||
|
||||
@ -1839,12 +1839,14 @@ headerbar {
|
||||
border-radius: 0; }
|
||||
.default-decoration.titlebar:not(headerbar),
|
||||
headerbar.default-decoration {
|
||||
padding: 0 4px;
|
||||
min-height: 36px; }
|
||||
.default-decoration.titlebar:not(headerbar) button,
|
||||
headerbar.default-decoration button {
|
||||
padding: 4px;
|
||||
min-height: 28px; }
|
||||
.default-decoration.titlebar:not(headerbar) button.titlebutton,
|
||||
headerbar.default-decoration button.titlebutton {
|
||||
min-height: 26px;
|
||||
padding: 0 5px; }
|
||||
min-width: 26px;
|
||||
margin: 0;
|
||||
padding: 0; }
|
||||
.titlebar:not(headerbar) entry, .titlebar:not(headerbar) spinbutton:not(.vertical),
|
||||
.titlebar:not(headerbar) spinbutton,
|
||||
.titlebar:not(headerbar) separator,
|
||||
|
||||
Reference in New Issue
Block a user