Other libadwaita improvements

This commit is contained in:
eudaimon 2024-01-23 11:31:21 +01:00
parent 20c6bde7ac
commit 0bdbbfddbf
7 changed files with 54 additions and 35 deletions

View file

@ -37,11 +37,17 @@ XfdesktopIconView.view:active {
}
// To avoid a frame around the desktop in Cinnamon desktop
.nemo-desktop-window notebook {
border: none;
}
.nemo-desktop-window stack {
background: none;
border: none;
}
// Nautilus improvements
.nautilus-window {
.top-bar {
background-color: $titlebar_active_bg;
@ -61,6 +67,9 @@ XfdesktopIconView.view:active {
padding: 0;
margin: 0;
}
scrolledwindow columnview {
padding-right: 1em;
}
row {
margin: 0;
}