New backup 2025-07-18 18:00:02
This commit is contained in:
parent
424c9f5ce9
commit
ef35bf3464
2 changed files with 6 additions and 5 deletions
|
@ -303,12 +303,12 @@ $home-widget-border-hover-color: rgba($color5,0.3);
|
||||||
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 {
|
.mediacontrols {
|
||||||
margin: 7px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
.nowplayingart {
|
.nowplayingart {
|
||||||
// border: 1px solid $home-widget-border-color;
|
// border: 1px solid $home-widget-border-color;
|
||||||
|
margin: 10px;
|
||||||
border-radius: $home-widget-border-radius;
|
border-radius: $home-widget-border-radius;
|
||||||
}
|
}
|
||||||
.mediabutton {
|
.mediabutton {
|
||||||
|
@ -322,6 +322,7 @@ $home-widget-border-hover-color: rgba($color5,0.3);
|
||||||
// background-position: center;
|
// background-position: center;
|
||||||
// background-size: cover;
|
// background-size: cover;
|
||||||
// background-repeat: no-repeat;
|
// background-repeat: no-repeat;
|
||||||
|
margin: 0px 3px;
|
||||||
border-radius: $home-widget-border-radius;
|
border-radius: $home-widget-border-radius;
|
||||||
box-shadow: inset 0 0 0px 3px $home-widget-border-color;
|
box-shadow: inset 0 0 0px 3px $home-widget-border-color;
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,20 +25,20 @@
|
||||||
:orientation "h"
|
:orientation "h"
|
||||||
:space-evenly true
|
:space-evenly true
|
||||||
:halign "end"
|
:halign "end"
|
||||||
:width 161
|
:width 155
|
||||||
; :spacing 0
|
; :spacing 0
|
||||||
:height 50
|
:height 50
|
||||||
(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 "center"
|
||||||
:height 25
|
:height 25
|
||||||
:width 25
|
:width 25
|
||||||
"")
|
"")
|
||||||
|
|
Loading…
Add table
Reference in a new issue