mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix mobile css
This commit is contained in:
parent
beb2ceaa72
commit
3ea7c7ffa0
4 changed files with 11 additions and 2 deletions
|
@ -165,6 +165,11 @@
|
|||
width: var(--lg-button-size);
|
||||
height: var(--lg-button-size);
|
||||
|
||||
@include isMobile {
|
||||
width: 1.75rem;
|
||||
height: 1.75rem;
|
||||
}
|
||||
|
||||
svg {
|
||||
width: var(--lg-icon-size);
|
||||
height: var(--lg-icon-size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue