🐛 Fix top spacing on left sidebar (#11446)

This commit is contained in:
Eva Marco 2026-09-01 10:56:53 +02:00 committed by GitHub
parent 23869f3b1b
commit 5c4b35e350
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {