1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-12 21:58:58 +09:00

fix: WelcomeToast blur settings

This commit is contained in:
NoriDev 2023-07-04 21:01:10 +09:00
parent 0afb0c3ef8
commit 55888054ed

View File

@ -66,13 +66,13 @@ onMounted(() => {
text-align: center;
pointer-events: none;
&.reduceBlurEffect {
background: var(--panel);
}
@media (max-width: 500px) {
width: 100%;
top: 0;
&.reduceBlurEffect {
background: var(--panel);
}
}
}