WhiteSur-gtk-theme/src/sass/gnome-shell/widgets-3-28/_workspace-thumbnails.scss

34 lines
841 B
SCSS
Raw Normal View History

2021-04-10 18:05:02 +08:00
// Workspace pager
.workspace-thumbnails { //container ala dash
color: $light_alt_fg_color;
background-color: $light_divider_color;
border: none;
visible-width: 32px; //amount visible before hover
spacing: 12px;
padding: 16px;
border-radius: $bt_radius;
margin: 6px;
// border-width: 0; //fixme: can't have non unoform borders :(
// &:rtl { border-radius: $bt_radius; }
.placeholder {
background-image: url("assets/dash-placeholder.svg");
background-size: contain;
height: 24px;
}
}
.workspace-thumbnail-indicator {
border: 2px solid $primary_color;
padding: 6px;
border-radius: 2px;
}
//Some hacks I don't even
.all-apps,
.search-display > StBoxLayout,
.frequent-apps > StBoxLayout {
// horizontal padding to make sure scrollbars or dash don't overlap content
padding: 0px 88px 10px 88px;
}