more standalone styles added

This commit is contained in:
Daniel Shleifman
2022-06-19 17:50:45 +03:00
parent 33563b97c4
commit 23304ee821
13 changed files with 199 additions and 44 deletions

View File

@@ -65,3 +65,5 @@ export const getTorrents = async () => {
throw new Error(null)
}
}
export const isStandaloneApp = window.matchMedia('screen and (display-mode: standalone)').matches