Center the elements in network panel and decrease size

This commit is contained in:
ItsDrike 2023-02-02 18:59:51 +01:00
parent bec052f159
commit 3159fc4909
No known key found for this signature in database
GPG key ID: B014E761034AF742
2 changed files with 3 additions and 1 deletions

View file

@ -32,7 +32,7 @@
button { button {
@include rounding; @include rounding;
padding: 1rem; padding: .5rem;
label { label {
font-size: 1.5rem; font-size: 1.5rem;

View file

@ -21,6 +21,7 @@
(box (box
:class "element icon" :class "element icon"
:space-evenly false :space-evenly false
:halign "center"
(button (button
:class "wifi-button" :class "wifi-button"
:tooltip "${net.state} (strength: ${net.signal}%)" :tooltip "${net.state} (strength: ${net.signal}%)"
@ -45,6 +46,7 @@
(box (box
:class "element icon" :class "element icon"
:space-evenly false :space-evenly false
:halign "center"
(button (button
:class "bluetooth-button" :class "bluetooth-button"
:onclick "scripts/bluetooth toggle" :onclick "scripts/bluetooth toggle"