mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-10-09 00:59:52 +02:00
fix main menu sizing
This commit is contained in:
@@ -188,10 +188,13 @@
|
||||
border: none;
|
||||
box-shadow: 0 0 0 1px var(--color-surface-lowest);
|
||||
background-color: var(--color-surface-low);
|
||||
width: var(--mobile-action-button-size, 2rem);
|
||||
height: var(--mobile-action-button-size, 2rem);
|
||||
|
||||
&:active {
|
||||
box-shadow: 0 0 0 1px var(--color-brand-active);
|
||||
}
|
||||
|
||||
@include isMobile() {
|
||||
width: var(--mobile-action-button-size, 2rem);
|
||||
height: var(--mobile-action-button-size, 2rem);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user