change icon sizes

This commit is contained in:
2026-06-06 19:46:55 -05:00
parent 4d4a82de65
commit 0e1bafcd5c
2 changed files with 8 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ circular-progress {
} }
.center button{ .center button{
padding: 0px 20px; padding: 0px 15px;
margin: 5px; margin: 5px;
text-shadow: 0px 0px; text-shadow: 0px 0px;
} }
@@ -133,6 +133,11 @@ circular-progress {
font-weight: bold; font-weight: bold;
} }
.sound {
margin: 10px;
}
.visualizer { .visualizer {
font-size: 10px; font-size: 10px;
text-shadow: 0px 0px; text-shadow: 0px 0px;

View File

@@ -57,6 +57,7 @@
(eventbox (eventbox
:onhover "eww update reveal_sound=true" :onhover "eww update reveal_sound=true"
:onhoverlost "eww update reveal_sound=false" :onhoverlost "eww update reveal_sound=false"
:class "sound"
(box (box
:space-evenly false :space-evenly false
:orientation "h" :orientation "h"
@@ -132,7 +133,7 @@
:spacing 3 :spacing 3
:orientation "h" :orientation "h"
:space-evenly false :space-evenly false
:icon-size 5 :icon-size 25
:prepend-new false) :prepend-new false)
(sound) (sound)
(time-and-date) (time-and-date)