feat: tweak properties panel styling (#9322)

This commit is contained in:
David Luzar
2025-03-30 19:20:13 +02:00
committed by GitHub
parent 83fac6d0db
commit 7c58477382
3 changed files with 29 additions and 21 deletions

View File

@@ -173,7 +173,7 @@ body.excalidraw-cursor-resize * {
.buttonList {
flex-wrap: wrap;
display: flex;
column-gap: 0.5rem;
column-gap: 0.375rem;
row-gap: 0.5rem;
label {
@@ -386,10 +386,16 @@ body.excalidraw-cursor-resize * {
.App-menu__left {
overflow-y: auto;
padding: 0.75rem;
width: 12.5rem;
padding: 0.75rem 0.75rem 0.25rem 0.75rem;
width: 11.875rem;
box-sizing: border-box;
position: absolute;
.buttonList label,
.buttonList button,
.buttonList .zIndexButton {
--button-bg: transparent;
}
}
.dropdown-select {