fix(app): pad the workspace bar
This commit is contained in:
parent
98bb5e3bb4
commit
4e4729535e
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ html[data-background-image] [data-background-surface="prompt"] [data-background-
|
|||
|
||||
html[data-background-image] [data-background-surface="workspace-bar"] {
|
||||
padding-inline: 6px;
|
||||
padding-block: 2px;
|
||||
border-radius: 6px;
|
||||
background-color: color-mix(in srgb, var(--v2-background-bg-base) 68%, transparent) !important;
|
||||
box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--v2-border-border-base) 70%, transparent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue