Adjust styling

This commit is contained in:
Michel Fedde 2025-03-01 17:08:08 +01:00
parent 9952a7ffd3
commit 04f6af0726
4 changed files with 14 additions and 3 deletions

View file

@ -1,14 +1,20 @@
@import "./mpris.scss";
$cc-bg: $background;
.control-center {
/* The Control Center which contains the old notifications + widgets */
background: $cc-bg;
color: $foreground;
border-radius: 0;
border-radius: $border-radius;
border-left: 1px solid $foreground;
box-shadow: $box-shadow;
padding-left: 1rem;
padding-right: 1rem;
margin: .3rem;
margin-right: 8px;
}
.control-center .control-center-list-placeholder {