New backup 2025-03-12 15:45:02

This commit is contained in:
Penelope Gwen 2025-03-12 15:45:02 -07:00
parent a06a7b5cbe
commit 2cc8708253
2 changed files with 7 additions and 2 deletions

View file

@ -50,9 +50,14 @@ circular-progress {
// margin: 10px 0px;
}
.revealer-on-hover>widget>box>box>*,
.reveal_children>* {
.reveal_children>*,
.reveal_children>widget>image {
padding: 5px;
min-width: 25px;
&:hover {
background-color: rgba($color1,0.5);
}
// background-color: rgba($color1,0.5);
}
.revealer-on-hover>widget>box>box>*{
border-radius:8px;

View file

@ -14,6 +14,6 @@
:orientation "h"
:class "reveal_children"
:space-evenly true
:spacing 10
:spacing 0
:icon-size 20
:prepend-new true)))