mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
fixed maps dialog mobile appearance
This commit is contained in:
parent
679c485b89
commit
df15cddb27
6 changed files with 26 additions and 9 deletions
3
src/utils/window.js
Normal file
3
src/utils/window.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
import { MOBILE_BREAKPOINT } from '$config/frontend';
|
||||
|
||||
export const isMobile = () => (window.innerWidth <= MOBILE_BREAKPOINT);
|
Loading…
Add table
Add a link
Reference in a new issue