Update _nautilus.scss

Fixes #256: no icon padding.
pull/264/head
Francesco Landolfi 2015-10-27 17:10:21 +01:00
parent 3eb3410170
commit 4e14e6d492
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,11 @@
.sidebar .frame { border: 0; }
.sidebar-icon {
padding-left: 10px;
padding-right: 10px;
}
GtkPaned {
border-width: 0 1px 0 0;
border-style: solid;