Serious improvements for Nautilus

This commit is contained in:
eudaimon 2024-01-23 10:52:17 +01:00
parent f5d2d518a3
commit 20c6bde7ac
7 changed files with 151 additions and 73 deletions

View file

@ -37,6 +37,43 @@ XfdesktopIconView.view:active {
}
.nemo-desktop-window notebook {
border: none;
}
.nautilus-window {
.top-bar {
background-color: $titlebar_active_bg;
color: $titlebar_active_fg;
&:backdrop {
background-color: $titlebar_backdrop_bg;
color: $titlebar_backdrop_fg;
transition: none;//$backdrop_transition;
}
.collapse-spacing {
padding: 0;
}
}
.nautilus-list-view {
columnview, listview, cell {
padding: 0;
margin: 0;
}
row {
margin: 0;
}
}
}
#NautilusPathBar {
button, menubutton {
margin: 0;
}
}
windowhandle > box {
padding: 0;
}