🐛 Fix resize line between sitemaps and layers

This commit is contained in:
Luis de Dios 2026-05-21 16:54:31 +02:00 committed by GitHub
parent a7b17f54f1
commit bfa338bdee
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);
padding: var(--sp-m) var(--sp-m) 0 var(--sp-m);
margin: var(--sp-m) var(--sp-m) 0 var(--sp-m);
}
.tool-window-bar-title {