mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-26 02:40:07 +02:00
feat: tweak properties panel styling (#9322)
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user