mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-09 01:31:31 +00:00
adjust padding of info items
This commit is contained in:
parent
0c318e1f21
commit
d3b9577237
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 0px 10px;
|
padding: 0px 8px;
|
||||||
color: spiceColor("sidebar-text");
|
color: spiceColor("sidebar-text");
|
||||||
background-color: spiceColor("button");
|
background-color: spiceColor("button");
|
||||||
border-radius: var(--sidebar-icons-border-radius);
|
border-radius: var(--sidebar-icons-border-radius);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue