mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-06 05:44:23 +01:00
fix width of shapes toolbar for smaller screen size and also fix regression of mobile menu
This commit is contained in:
@@ -165,9 +165,13 @@
|
||||
width: var(--lg-button-size);
|
||||
height: var(--lg-button-size);
|
||||
|
||||
@include isMobile {
|
||||
width: 1.75rem;
|
||||
height: 1.75rem;
|
||||
@media screen and (max-width: 450px) {
|
||||
width: 1.8rem;
|
||||
height: 1.8rem;
|
||||
}
|
||||
@media screen and (max-width: 379px) {
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
}
|
||||
|
||||
svg {
|
||||
|
||||
@@ -596,6 +596,8 @@
|
||||
background-color: var(--island-bg-color);
|
||||
|
||||
.ToolIcon__icon {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user