mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Add icon padding in GtkPlacesSidebar widget
GTK+ Places Sidebar in 3.18.x uses GtkLIst Box which is used by Nautilus and GtkFileChooserDialog. This fix adds padding in GtkPlacesSidebar widget. That way icon padding remains constant across all sidebar widgets.
This commit is contained in:
@@ -43,6 +43,10 @@
|
||||
}
|
||||
|
||||
.frame { border-width: 0; }
|
||||
.sidebar-icon {
|
||||
padding-left: $spacing * 2;
|
||||
padding-right: $spacing * 2;
|
||||
}
|
||||
|
||||
GtkAssistant & {
|
||||
padding: $spacing;
|
||||
|
||||
Reference in New Issue
Block a user