New backup 2025-07-18 17:45:02
This commit is contained in:
parent
b6341e3c6c
commit
424c9f5ce9
2 changed files with 19 additions and 17 deletions
|
@ -304,11 +304,11 @@ $home-widget-border-hover-color: rgba($color5,0.3);
|
|||
border-radius: $home-widget-border-radius;
|
||||
background-color: $home-widget-bg-color;
|
||||
.nowplayingart,
|
||||
/* .mediacontrols {
|
||||
margin: 10px 10px 10px 10px;
|
||||
} */
|
||||
.mediacontrols {
|
||||
margin: 7px;
|
||||
}
|
||||
.nowplayingart {
|
||||
border: 1px solid $home-widget-border-color;
|
||||
// border: 1px solid $home-widget-border-color;
|
||||
border-radius: $home-widget-border-radius;
|
||||
}
|
||||
.mediabutton {
|
||||
|
@ -317,11 +317,13 @@ $home-widget-border-hover-color: rgba($color5,0.3);
|
|||
// margin: 10px;
|
||||
}
|
||||
}
|
||||
.nowplayingart,
|
||||
// .nowplayingart,
|
||||
.rat {
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
// background-position: center;
|
||||
// background-size: cover;
|
||||
// background-repeat: no-repeat;
|
||||
border-radius: $home-widget-border-radius;
|
||||
box-shadow: inset 0 0 0px 3px $home-widget-border-color;
|
||||
}
|
||||
.weather {
|
||||
// background-color: $home-widget-bg-color;
|
||||
|
@ -361,7 +363,7 @@ $home-widget-border-hover-color: rgba($color5,0.3);
|
|||
.reminders {
|
||||
border-top: 1px solid $home-widget-border-color;
|
||||
}
|
||||
.rat,
|
||||
// .rat,
|
||||
// .nowplayingart,
|
||||
.shortcuts {
|
||||
border: 3px solid $home-widget-border-color;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
(box
|
||||
:class "nowplayingbar"
|
||||
:orientation "h"
|
||||
:space-evenly true
|
||||
:space-evenly false
|
||||
:halign "start"
|
||||
:width 250
|
||||
:height 75
|
||||
|
@ -14,7 +14,7 @@
|
|||
:height 75
|
||||
:width 75
|
||||
:valign "center"
|
||||
:halign "fill"
|
||||
:halign "start"
|
||||
:hexpand false
|
||||
:vexpand false
|
||||
(nowplayingart))
|
||||
|
@ -23,22 +23,22 @@
|
|||
(box
|
||||
:class "mediacontrols"
|
||||
:orientation "h"
|
||||
:space-evenly false
|
||||
:halign "start"
|
||||
; :width 100
|
||||
:spacing 10
|
||||
:space-evenly true
|
||||
:halign "end"
|
||||
:width 161
|
||||
; :spacing 0
|
||||
:height 50
|
||||
(button
|
||||
:class "mediabutton"
|
||||
:valign "center"
|
||||
:halign "start"
|
||||
:halign "end"
|
||||
:height 25
|
||||
:width 25
|
||||
"")
|
||||
(button
|
||||
:class "mediabutton"
|
||||
:valign "center"
|
||||
:halign "center"
|
||||
:halign "end"
|
||||
:height 25
|
||||
:width 25
|
||||
"")
|
||||
|
|
Loading…
Add table
Reference in a new issue