mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Center the elements in network panel and decrease size
This commit is contained in:
parent
bec052f159
commit
3159fc4909
|
@ -32,7 +32,7 @@
|
|||
|
||||
button {
|
||||
@include rounding;
|
||||
padding: 1rem;
|
||||
padding: .5rem;
|
||||
|
||||
label {
|
||||
font-size: 1.5rem;
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
(box
|
||||
:class "element icon"
|
||||
:space-evenly false
|
||||
:halign "center"
|
||||
(button
|
||||
:class "wifi-button"
|
||||
:tooltip "${net.state} (strength: ${net.signal}%)"
|
||||
|
@ -45,6 +46,7 @@
|
|||
(box
|
||||
:class "element icon"
|
||||
:space-evenly false
|
||||
:halign "center"
|
||||
(button
|
||||
:class "bluetooth-button"
|
||||
:onclick "scripts/bluetooth toggle"
|
||||
|
|
Loading…
Reference in a new issue