Adjust styling
This commit is contained in:
parent
9952a7ffd3
commit
04f6af0726
4 changed files with 14 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
4
.config/swaync/style/mpris.scss
Normal file
4
.config/swaync/style/mpris.scss
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
.widget-mpris .widget-mpris-player {
|
||||
border-radius: $border-radius;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue