fix(workspaces): add a lil gap between icon and name in the workspaces button

This commit is contained in:
Katelyn Dickey
2024-08-25 12:50:42 -04:00
parent 7d55d670ee
commit b8da76745d

View File

@@ -38,6 +38,7 @@
display: flex;
padding: 2px 10px;
width: calc(100% - var(--zen-tabbrowser-padding) * 8) !important;
gap: 0.5ch;
}
}
}