mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-26 15:03:43 +02:00
chore: eww widget padding
This commit is contained in:
parent
11008eacc3
commit
45edf6c593
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
@mixin widget() {
|
@mixin widget() {
|
||||||
padding: 6px;
|
padding: 8px 6px;
|
||||||
margin: 4px 2px;
|
margin: 4px 2px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
background-color: $surface0;
|
background-color: $surface0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue