Add 10px gaps on both sides of eww bar (smaller min-width)

This commit is contained in:
ItsDrike 2023-01-26 01:31:46 +01:00
parent 2d9a741ae0
commit 254d56c874
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -40,9 +40,7 @@
}
// TODO: Use ercentages (for some reason it fails now)
min-width: 1920px;
padding-right: 20px;
padding-left: 20px;
min-width: 1900px;
}
tooltip {