More Nautilus and other lists fixes

This commit is contained in:
Eudaimon 2024-01-23 18:04:58 +01:00
parent 18fe83e839
commit e332b788f9
6 changed files with 39 additions and 12 deletions

View file

@ -2781,10 +2781,16 @@ separator {
*********/
// this is to prevent transient scrollbars to appear on top of content (or even controls!)
scrolledwindow > viewport {
padding-right: 1em;
scrolledwindow {
& > list, & > columnview, & > listview, & > treeview,
& > viewport > list, & > viewport > listview, & > viewport > columnview, & > viewport > treeview {
$padding: $_slider_width + 4 * $border_width;
&:dir(ltr) {padding: 0 $padding 0 0;}
&:dir(rtl) {padding: 0 0 0 $padding;}
}
}
listview,
list {
color: $text_color;
@ -2976,6 +2982,12 @@ expander-widget {
}
}
.navigation-sidebar,
placessidebar {
background-color: $base_color;
color: $text_color;
}
/************
* Calendar *