mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-27 04:07:05 +02: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:
@@ -3,7 +3,7 @@ import { t } from "../i18n";
|
||||
import { ExcalidrawElement } from "../element/types";
|
||||
import { getSelectedElements } from "../scene";
|
||||
|
||||
import "./HintViewer.css";
|
||||
import "./HintViewer.scss";
|
||||
import { AppState } from "../types";
|
||||
|
||||
interface Hint {
|
||||
|
Reference in New Issue
Block a user