New backup 2025-07-25 16:30:06

This commit is contained in:
Penelope Gwen 2025-07-25 16:30:06 -07:00
parent 4067340843
commit 77991fab88
2 changed files with 7 additions and 7 deletions

View file

@ -13,12 +13,12 @@
(box :class "chevron" (box :class "chevron"
:width 32 :width 32
(transform :rotate 12.5 (transform :rotate 12.5
; :translate-x '-35%' :translate-x '-50%'
; :translate-y '65%' :translate-y '50%'
:transform-origin-x '50%' :transform-origin-x '50%'
:transform-origin-y '50%' :transform-origin-y '50%'
; :scale-x '50%' :scale-x '100%'
; :scale-y '50%' :scale-y '100%'
(box :width 32))) (box :width 32)))
(eventbox (eventbox
:onhover "${EWW_CMD} update wsreveal=true" :onhover "${EWW_CMD} update wsreveal=true"

View file

@ -139,7 +139,7 @@
.datetime { .datetime {
font-weight: bold; font-weight: bold;
} }
.chevron { // .chevron {
margin-right: 10px; // margin-right: 10px;
} // }
} }