working on padding
This commit is contained in:
@@ -29,12 +29,12 @@ window#waybar {
|
||||
|
||||
/* --- Workspaces --- */
|
||||
#workspaces button {
|
||||
padding: 0px 0px;
|
||||
min-width: 70px;
|
||||
padding: 0px 4px;
|
||||
min-width: 80px;
|
||||
background-color: transparent;
|
||||
color: @text;
|
||||
border: 1px solid @inactive;
|
||||
border-radius: 10px;
|
||||
border-radius: 15px;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
@@ -123,7 +123,7 @@ window#waybar {
|
||||
padding: 0px 6px;
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
border-radius: 10px;
|
||||
border-radius: 15px;
|
||||
font-weight: bold;
|
||||
|
||||
/* EXACT match: border color == background color */
|
||||
|
||||
Reference in New Issue
Block a user