change icon sizes
This commit is contained in:
7
eww.scss
7
eww.scss
@@ -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;
|
||||||
|
|||||||
3
eww.yuck
3
eww.yuck
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user