mirror of
https://github.com/penpot/penpot.git
synced 2026-09-02 18:18:41 +00:00
🐛 Fix top spacing on left sidebar (#11446)
This commit is contained in:
parent
23869f3b1b
commit
5c4b35e350
@ -23,7 +23,7 @@
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: var(--sp-xs);
|
||||
margin: var(--sp-m) var(--sp-m) 0 var(--sp-m);
|
||||
margin: px2rem(6) var(--sp-m) 0 var(--sp-m);
|
||||
}
|
||||
|
||||
.tool-window-bar-title {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user