mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 07:23:02 +00:00
Fixed #1045
This commit is contained in:
parent
9fe727a599
commit
b46be35c70
@ -2470,6 +2470,10 @@ treeview.view {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
treeview.navigation-sidebar {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Menus
|
// Menus
|
||||||
//
|
//
|
||||||
|
@ -517,7 +517,7 @@ toolbarview.undershoot-bottom scrolledwindow {
|
|||||||
padding: $container_padding $container_padding * 2;
|
padding: $container_padding $container_padding * 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation-sidebar {
|
.navigation-sidebar:not(.view) {
|
||||||
padding: $container_padding * 2;
|
padding: $container_padding * 2;
|
||||||
|
|
||||||
> row {
|
> row {
|
||||||
@ -674,6 +674,10 @@ toolbarview.undershoot-bottom scrolledwindow {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
notebook > stack box > switch {
|
||||||
|
margin: 14px 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Gnome >= 45.0
|
// Gnome >= 45.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user