Update _gnome-40.0.scss

This commit is contained in:
vinceliuice
2025-10-08 12:18:15 +08:00
parent 32fb480e36
commit 5241ce94fd

View File

@@ -65,14 +65,14 @@ $flap_sidebar_size: 240px;
background-color: $dark_sidebar_bg;
}
&:not(.view) headerbar {
&, &:backdrop {
background-color: transparent;
border: none;
background-image: $nautilus_header_image;
border-image: $nautilus_header_borders_image 0 0 1 / 0px 0px 1px stretch;
}
}
// &:not(.view) headerbar {
// &, &:backdrop {
// background-color: transparent;
// border: none;
// background-image: $nautilus_header_image;
// border-image: $nautilus_header_borders_image 0 0 1 / 0px 0px 1px stretch;
// }
// }
}
}
@@ -126,17 +126,23 @@ $flap_sidebar_size: 240px;
.content-pane toolbarview {
> .top-bar,
> .bottom-bar {
.collapse-spacing {
headerbar {
> windowhandle > box {
padding-top: 7px;
padding-bottom: 7px;
}
.top-bar,
.bottom-bar {
headerbar {
> windowhandle > box {
padding-top: 7px;
padding-bottom: 7px;
}
}
}
.bottom-bar {
&, &:backdrop {
background-color: transparent;
border: none;
box-shadow: none;
}
}
}
flap.unfolded {