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 { .nowplayingbar {
padding: 0px;
border: 3px solid $home-widget-border-color; border: 3px solid $home-widget-border-color;
border-radius: $home-widget-border-radius; border-radius: $home-widget-border-radius;
background-color: $home-widget-bg-color; background-color: $home-widget-bg-color;
.nowplayingart,
.mediacontrols {
margin: 20px;
}
.nowplayingart { .nowplayingart {
// margin: 10px;
border: 1px solid $home-widget-border-color; border: 1px solid $home-widget-border-color;
border-radius: $home-widget-border-radius; border-radius: $home-widget-border-radius;
} }

View file

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