Skip to content

Instantly share code, notes, and snippets.

@TaylanTatli
Created February 18, 2023 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TaylanTatli/f8d9a0ddc1ec70f382272d26704063ea to your computer and use it in GitHub Desktop.
Save TaylanTatli/f8d9a0ddc1ec70f382272d26704063ea to your computer and use it in GitHub Desktop.
/* 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