mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Make dialogs look better on mobile (#908)
* Standardize mobile media query * Refactor & add mobile support to dialogs * back & close icons
This commit is contained in:
parent
c85315650f
commit
668f8ec4a6
15 changed files with 328 additions and 201 deletions
|
@ -13,6 +13,8 @@
|
|||
cursor: pointer;
|
||||
background-color: var(--button-gray-1);
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
|
||||
border-radius: var(--space-factor);
|
||||
}
|
||||
|
||||
.ToolIcon__icon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue