New backup 2025-07-18 17:00:02
This commit is contained in:
parent
15c020c99d
commit
54382454bc
2 changed files with 13 additions and 10 deletions
|
@ -303,13 +303,14 @@ $home-widget-border-hover-color: rgba($color5,0.3);
|
|||
border-radius: $home-widget-border-radius;
|
||||
background-color: $home-widget-bg-color;
|
||||
.nowplayingart {
|
||||
margin: 10px;
|
||||
// margin: 10px;
|
||||
border: 1px solid $home-widget-border-color;
|
||||
border-radius: $home-widget-border-radius;
|
||||
}
|
||||
.mediabutton {
|
||||
background-color: $home-button-bg-color;
|
||||
border-radius: $home-button-circle-border-radius
|
||||
border-radius: $home-button-circle-border-radius;
|
||||
// margin: 10px;
|
||||
}
|
||||
}
|
||||
.nowplayingart,
|
||||
|
|
|
@ -8,17 +8,19 @@
|
|||
:width 250
|
||||
:height 100
|
||||
(button
|
||||
:height 90
|
||||
:width 90
|
||||
:height 100
|
||||
:width 100
|
||||
:valign "center"
|
||||
:halign "center"
|
||||
:halign "start"
|
||||
:hexpand false
|
||||
:vexpand false
|
||||
(nowplayingart))
|
||||
"test"
|
||||
(label :width 0
|
||||
:text "")
|
||||
(box
|
||||
:space-evenly true
|
||||
:width 100
|
||||
; :space-evenly true
|
||||
; :width 80
|
||||
; :spacing 0
|
||||
:height 50
|
||||
(button
|
||||
:class "mediabutton"
|
||||
|
@ -30,14 +32,14 @@
|
|||
(button
|
||||
:class "mediabutton"
|
||||
:valign "center"
|
||||
:halign "end"
|
||||
:halign "start"
|
||||
:height 25
|
||||
:width 25
|
||||
"")
|
||||
(button
|
||||
:class "mediabutton"
|
||||
:valign "center"
|
||||
:halign "end"
|
||||
:halign "start"
|
||||
:height 25
|
||||
:width 25
|
||||
""))))
|
||||
|
|
Loading…
Add table
Reference in a new issue