mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 13:30:19 +00:00
Adwaita: pathbar whitespace
- optically center icons + labels vertically. It isn't actually centered, but feels more balanced - add some left/right padding https://bugzilla.gnome.org/show_bug.cgi?id=734753
This commit is contained in:
parent
1feeb6bb4d
commit
c5d4485a63
@ -1056,8 +1056,7 @@ GtkComboBox {
|
||||
************/
|
||||
|
||||
.path-bar .button {
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
padding: 7px 6px 5px;
|
||||
&:first-child { padding-left: 8px; }
|
||||
&:last-child { padding-right: 8px; }
|
||||
&:only-child {
|
||||
|
@ -1182,8 +1182,7 @@ GtkComboBox {
|
||||
* Pathbars *
|
||||
************/
|
||||
.path-bar .button {
|
||||
padding-left: 4px;
|
||||
padding-right: 4px; }
|
||||
padding: 7px 6px 5px; }
|
||||
.path-bar .button:first-child {
|
||||
padding-left: 8px; }
|
||||
.path-bar .button:last-child {
|
||||
|
@ -1174,8 +1174,7 @@ GtkComboBox {
|
||||
* Pathbars *
|
||||
************/
|
||||
.path-bar .button {
|
||||
padding-left: 4px;
|
||||
padding-right: 4px; }
|
||||
padding: 7px 6px 5px; }
|
||||
.path-bar .button:first-child {
|
||||
padding-left: 8px; }
|
||||
.path-bar .button:last-child {
|
||||
|
Loading…
Reference in New Issue
Block a user