Merge pull request #132 from jnsh/nautilus-330-pathbar-update

Nautilus 3.30 pathbar update
master
Nico 2018-10-01 11:26:04 +02:00 committed by GitHub
commit 7a719566db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -66,6 +66,12 @@ terminal-window,
background-color: $base_color;
}
// Pathbar for nautilus >=3.30
.nautilus-window .path-bar > box > button {
margin: 0 4px;
padding: 2px;
}
button.nautilus-circular-button.image-button {
@extend button.circular;
}