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 {
|
button {
|
||||||
@include rounding;
|
@include rounding;
|
||||||
padding: 1rem;
|
padding: .5rem;
|
||||||
|
|
||||||
label {
|
label {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue