Fix padding value in previous commit

master
Joonas Henriksson 2018-09-30 23:20:58 +03:00
parent 14d61230c0
commit 0af7e5ad6d
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ terminal-window,
// Pathbar for nautilus >=3.30
.nautilus-window .path-bar>box>button {
margin: 0 4px;
padding: 0 2px;
padding: 2px;
}
button.nautilus-circular-button.image-button {