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;
|
border-radius: $home-widget-border-radius;
|
||||||
background-color: $home-widget-bg-color;
|
background-color: $home-widget-bg-color;
|
||||||
.nowplayingart {
|
.nowplayingart {
|
||||||
margin: 10px;
|
// 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;
|
||||||
}
|
}
|
||||||
.mediabutton {
|
.mediabutton {
|
||||||
background-color: $home-button-bg-color;
|
background-color: $home-button-bg-color;
|
||||||
border-radius: $home-button-circle-border-radius
|
border-radius: $home-button-circle-border-radius;
|
||||||
|
// margin: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.nowplayingart,
|
.nowplayingart,
|
||||||
|
|
|
@ -8,17 +8,19 @@
|
||||||
:width 250
|
:width 250
|
||||||
:height 100
|
:height 100
|
||||||
(button
|
(button
|
||||||
:height 90
|
:height 100
|
||||||
:width 90
|
:width 100
|
||||||
:valign "center"
|
:valign "center"
|
||||||
:halign "center"
|
:halign "start"
|
||||||
:hexpand false
|
:hexpand false
|
||||||
:vexpand false
|
:vexpand false
|
||||||
(nowplayingart))
|
(nowplayingart))
|
||||||
"test"
|
(label :width 0
|
||||||
|
:text "")
|
||||||
(box
|
(box
|
||||||
:space-evenly true
|
; :space-evenly true
|
||||||
:width 100
|
; :width 80
|
||||||
|
; :spacing 0
|
||||||
:height 50
|
:height 50
|
||||||
(button
|
(button
|
||||||
:class "mediabutton"
|
:class "mediabutton"
|
||||||
|
@ -30,14 +32,14 @@
|
||||||
(button
|
(button
|
||||||
:class "mediabutton"
|
:class "mediabutton"
|
||||||
:valign "center"
|
:valign "center"
|
||||||
:halign "end"
|
:halign "start"
|
||||||
:height 25
|
:height 25
|
||||||
:width 25
|
:width 25
|
||||||
"")
|
"")
|
||||||
(button
|
(button
|
||||||
:class "mediabutton"
|
:class "mediabutton"
|
||||||
:valign "center"
|
:valign "center"
|
||||||
:halign "end"
|
:halign "start"
|
||||||
:height 25
|
:height 25
|
||||||
:width 25
|
:width 25
|
||||||
""))))
|
""))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue