Add left padding to battery widget

This commit is contained in:
Egor 2024-09-07 14:52:46 +03:00
parent 182467b01d
commit a2274a0e68

View file

@ -103,6 +103,7 @@ button:hover {
}
#battery {
padding-left: 12px;
padding-right: 18px;
color: #ffffff
}