mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix width of shapes toolbar for smaller screen size and also fix regression of mobile menu
This commit is contained in:
parent
b3e8d6bbf0
commit
7c1889efc0
2 changed files with 9 additions and 3 deletions
|
@ -596,6 +596,8 @@
|
|||
background-color: var(--island-bg-color);
|
||||
|
||||
.ToolIcon__icon {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue