New backup 2025-07-18 14:15:02
This commit is contained in:
parent
0b4a65e7a6
commit
4d31d2ad1d
2 changed files with 14 additions and 10 deletions
|
@ -289,13 +289,13 @@ $home-button-fg-color: rgba($color5,$home-button-fg-opacity);
|
||||||
$home-widget-subtitle-color: rgba($color7,0.6);
|
$home-widget-subtitle-color: rgba($color7,0.6);
|
||||||
$home-button-hover-bg-color: rgba($color1, 0.5);
|
$home-button-hover-bg-color: rgba($color1, 0.5);
|
||||||
$home-widget-border-color: rgba($color5,1);
|
$home-widget-border-color: rgba($color5,1);
|
||||||
$home-widget-border-hover-color: rgba($color5,0.8);
|
$home-widget-border-hover-color: rgba($color12,1);
|
||||||
|
|
||||||
.home {
|
.home {
|
||||||
> box {
|
/* > box {
|
||||||
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;
|
||||||
}
|
}*/
|
||||||
.nowplayingart,
|
.nowplayingart,
|
||||||
.rat {
|
.rat {
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
@ -313,20 +313,23 @@ $home-widget-border-hover-color: rgba($color5,0.8);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.revealer-title {
|
.revealer-title {
|
||||||
background-color: $home-widget-border-color;
|
border: 3px solid $home-widget-border-color;
|
||||||
|
; box-shadow: inset 0 0 0px 3px $home-widget-border-color;
|
||||||
|
background-color: $home-widget-border-hover-color;
|
||||||
color: $home-widget-bg-color;
|
color: $home-widget-bg-color;
|
||||||
padding: 2px 0px;
|
padding: 2px 0px;
|
||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
|
&:hover {
|
||||||
|
// background-color: $color2;
|
||||||
|
background-color: $home-widget-border-hover-color;
|
||||||
|
}
|
||||||
&.open {
|
&.open {
|
||||||
border-radius: $home-widget-title-radius;
|
border-radius: $home-widget-title-radius;
|
||||||
|
border-bottom: 0px;
|
||||||
}
|
}
|
||||||
&.closed {
|
&.closed {
|
||||||
border-radius: $home-widget-border-radius;
|
border-radius: $home-widget-border-radius;
|
||||||
}
|
}
|
||||||
&:hover {
|
|
||||||
background-color: $home-widget-border-hover-color;
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.notes {
|
.notes {
|
||||||
background-color: $home-widget-bg-color;
|
background-color: $home-widget-bg-color;
|
||||||
|
|
|
@ -9,9 +9,10 @@
|
||||||
:revealvar reveal_notes
|
:revealvar reveal_notes
|
||||||
:revealvar-name "reveal_notes"
|
:revealvar-name "reveal_notes"
|
||||||
:width 300
|
:width 300
|
||||||
(label
|
(button
|
||||||
|
:width 300
|
||||||
:class "revealer-title ${reveal_notes ? 'open' : 'closed'}"
|
:class "revealer-title ${reveal_notes ? 'open' : 'closed'}"
|
||||||
:text "Notes ${reveal_notes ? '' : ''}")
|
"Notes ${reveal_notes ? '' : ''}")
|
||||||
; {reveal_notes ? "" : ""}
|
; {reveal_notes ? "" : ""}
|
||||||
(notes :json {jq(notes_list,'.notes')})))
|
(notes :json {jq(notes_list,'.notes')})))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue