Skip to content
Snippets Groups Projects
common.ts 322 B
Newer Older
  • Learn to ignore specific revisions
  • David Langley's avatar
    David Langley committed
    Copyright 2025 New Vector Ltd.
    
    Copyright 2022 The Matrix.org Foundation C.I.C.
    
    
    David Langley's avatar
    David Langley committed
    SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
    Please see LICENSE files in the repository root for full details.
    
    export function isMobile() {
        return window.innerWidth <= 800 && window.innerHeight <= 930;
    }