Created
February 18, 2023 18:30
-
-
Save TaylanTatli/f8d9a0ddc1ec70f382272d26704063ea to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Reduce Sidebar Items */ | |
.nautilus-window .sidebar-row { | |
padding: 0; | |
margin-top: 1px; | |
margin-bottom: 1px; | |
min-height: 30px; | |
} | |
/* Reduce Icons padding / margin */ | |
.nautilus-window .view { | |
margin: 1px; | |
padding: 1px; | |
} | |
#NautilusViewCell { | |
padding: 0px | |
} | |
/* Change seperator color */ | |
.unfolded > .horizontal, | |
.navigation-sidebar > .horizontal { | |
color: #0b0b11; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment