New backup 2025-07-18 17:15:01

This commit is contained in:
Penelope Gwen 2025-07-18 17:15:01 -07:00
parent 54382454bc
commit ad0c9814c7
2 changed files with 11 additions and 5 deletions

View file

@ -299,11 +299,15 @@ $home-widget-border-hover-color: rgba($color5,0.3);
}*/
.nowplayingbar {
padding: 0px;
border: 3px solid $home-widget-border-color;
border-radius: $home-widget-border-radius;
background-color: $home-widget-bg-color;
.nowplayingart,
.mediacontrols {
margin: 20px;
}
.nowplayingart {
// margin: 10px;
border: 1px solid $home-widget-border-color;
border-radius: $home-widget-border-radius;
}

View file

@ -18,9 +18,11 @@
(label :width 0
:text "")
(box
:class "mediacontrols"
:orientation "h"
; :space-evenly true
; :width 80
; :spacing 0
:width 100
:spacing 0
:height 50
(button
:class "mediabutton"
@ -32,14 +34,14 @@
(button
:class "mediabutton"
:valign "center"
:halign "start"
:halign "end"
:height 25
:width 25
"󰐎")
(button
:class "mediabutton"
:valign "center"
:halign "start"
:halign "end"
:height 25
:width 25
""))))