mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
Don't force blur off on mobile
This commit is contained in:
parent
8fda8aee4e
commit
1577ab6293
@ -366,7 +366,7 @@ function checkForSplash() {
|
|||||||
watch(
|
watch(
|
||||||
defaultStore.reactiveState.useBlurEffect,
|
defaultStore.reactiveState.useBlurEffect,
|
||||||
(v) => {
|
(v) => {
|
||||||
if (v && deviceKind !== "smartphone") {
|
if (v) {
|
||||||
document.documentElement.style.removeProperty("--blur");
|
document.documentElement.style.removeProperty("--blur");
|
||||||
} else {
|
} else {
|
||||||
document.documentElement.style.setProperty("--blur", "none");
|
document.documentElement.style.setProperty("--blur", "none");
|
||||||
|
Loading…
Reference in New Issue
Block a user