mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-10-15 20:21:07 +02:00
fix main menu sizing
This commit is contained in:
@@ -188,10 +188,13 @@
|
|||||||
border: none;
|
border: none;
|
||||||
box-shadow: 0 0 0 1px var(--color-surface-lowest);
|
box-shadow: 0 0 0 1px var(--color-surface-lowest);
|
||||||
background-color: var(--color-surface-low);
|
background-color: var(--color-surface-low);
|
||||||
width: var(--mobile-action-button-size, 2rem);
|
|
||||||
height: var(--mobile-action-button-size, 2rem);
|
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
box-shadow: 0 0 0 1px var(--color-brand-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