taffybar: stabilize workspace icon padding
This commit is contained in:
@@ -29,6 +29,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.visible .contents,
|
.visible .contents,
|
||||||
|
.workspaces .window-icon-container,
|
||||||
.workspaces .window-icon-container.active {
|
.workspaces .window-icon-container.active {
|
||||||
padding-top: 1px;
|
padding-top: 1px;
|
||||||
padding-bottom: 1px;
|
padding-bottom: 1px;
|
||||||
|
|||||||
@@ -249,16 +249,15 @@
|
|||||||
/* Don't give each window icon its own background/border; the workspace
|
/* Don't give each window icon its own background/border; the workspace
|
||||||
squircle is the background. */
|
squircle is the background. */
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: 0px;
|
border: 1px solid transparent;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
padding: 0px 2px;
|
padding: 2px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspaces .window-icon-container.active {
|
.workspaces .window-icon-container.active {
|
||||||
background-color: rgba(255, 255, 255, 0.10);
|
background-color: rgba(255, 255, 255, 0.10);
|
||||||
border: 1px solid rgba(255, 255, 255, 0.5);
|
border-color: rgba(255, 255, 255, 0.5);
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
padding: 2px 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspaces .active .contents,
|
.workspaces .active .contents,
|
||||||
|
|||||||
Reference in New Issue
Block a user