mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 04:03:49 +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(
|
||||
defaultStore.reactiveState.useBlurEffect,
|
||||
(v) => {
|
||||
if (v && deviceKind !== "smartphone") {
|
||||
if (v) {
|
||||
document.documentElement.style.removeProperty("--blur");
|
||||
} else {
|
||||
document.documentElement.style.setProperty("--blur", "none");
|
||||
|
Loading…
Reference in New Issue
Block a user