💥 ags(bar/workspaces): fix padding
This commit is contained in:
+6
-3
@@ -36,7 +36,10 @@
|
|||||||
& > box {
|
& > box {
|
||||||
border-radius: calc($radius - $padding);
|
border-radius: calc($radius - $padding);
|
||||||
margin: $padding 0;
|
margin: $padding 0;
|
||||||
padding: 0 6px;
|
}
|
||||||
|
|
||||||
|
& > box:not(.workspaces):not(.special-workspaces) {
|
||||||
|
padding: 0 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -54,6 +57,7 @@
|
|||||||
|
|
||||||
.workspaces, .special-workspaces {
|
.workspaces, .special-workspaces {
|
||||||
@include mixins.reset-props;
|
@include mixins.reset-props;
|
||||||
|
padding: 0 4px;
|
||||||
|
|
||||||
& button {
|
& button {
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
@@ -69,7 +73,7 @@
|
|||||||
|
|
||||||
&.focus {
|
&.focus {
|
||||||
background: colors.$fg-primary;
|
background: colors.$fg-primary;
|
||||||
min-width: 31px;
|
min-width: 32px;
|
||||||
|
|
||||||
& label.id {
|
& label.id {
|
||||||
color: colors.$fg-light;
|
color: colors.$fg-light;
|
||||||
@@ -248,7 +252,6 @@
|
|||||||
.apps {
|
.apps {
|
||||||
& > box {
|
& > box {
|
||||||
min-width: 24px;
|
min-width: 24px;
|
||||||
padding: 0 6px;
|
|
||||||
|
|
||||||
& > icon {
|
& > icon {
|
||||||
transition: 120ms linear;
|
transition: 120ms linear;
|
||||||
|
|||||||
Reference in New Issue
Block a user