Slightly tweaks spacings to look better
This commit is contained in:
parent
a38b23ebd0
commit
2d2003b563
|
@ -289,7 +289,7 @@
|
|||
window > box {
|
||||
color: ${scheme.base05};
|
||||
background: alpha(${scheme.base00}, ${toString opacity});
|
||||
margin: 5px 0px 5px 5px;
|
||||
margin: 5px 0px 5px 6px;
|
||||
padding: 2px;
|
||||
border: 1px solid ${scheme.base04};
|
||||
border-radius: 10px;
|
||||
|
@ -334,7 +334,7 @@
|
|||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 2px 5px 2px 0px;
|
||||
padding: 2px 5px 2px 1px;
|
||||
}
|
||||
#workspaces button.empty {
|
||||
color: ${scheme.base03};
|
||||
|
|
Loading…
Reference in a new issue