This commit is contained in:
vinceliuice 2024-07-22 18:30:29 +08:00
parent e3345227c0
commit b67b24e8c4

View File

@ -52,10 +52,14 @@ $panel_height: $menuitem_size;
color: $panel_fg; color: $panel_fg;
StBoxLayout { StBoxLayout {
padding: 0 $scaled_padding * 0.5;
spacing: $container_padding; spacing: $container_padding;
} }
.workspace-dot { .workspace-dot {
border-radius: $circular_radius;
min-width: $scalable_icon_size * 0.5;
min-height: $scalable_icon_size * 0.5;
background-color: $panel_fg; background-color: $panel_fg;
} }
@ -332,7 +336,7 @@ $panel_height: $menuitem_size;
&.unlock-screen, &.unlock-screen,
&.login-screen, &.login-screen,
&.lock-screen { &.lock-screen {
background-color: if($trans == 'false' and $variant == 'light', transparent, transparent); background-color: transparent;
box-shadow: none; box-shadow: none;
StLabel, StIcon { color: $light_alt_fg_color; } StLabel, StIcon { color: $light_alt_fg_color; }
@ -373,6 +377,16 @@ $panel_height: $menuitem_size;
} }
} }
} }
@if $activities == 'default' {
&#panelActivities {
color: $light_fg_color;
.workspace-dot {
background-color: $light_fg_color;
}
}
}
} }
.panel-corner { .panel-corner {