mirror of
https://github.com/kokonect-link/cherrypick
synced 2025-01-21 09:14:13 +09:00
fix: WelcomeToast blur settings
This commit is contained in:
parent
0afb0c3ef8
commit
55888054ed
@ -66,13 +66,13 @@ onMounted(() => {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
||||||
@media (max-width: 500px) {
|
|
||||||
width: 100%;
|
|
||||||
top: 0;
|
|
||||||
|
|
||||||
&.reduceBlurEffect {
|
&.reduceBlurEffect {
|
||||||
background: var(--panel);
|
background: var(--panel);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 500px) {
|
||||||
|
width: 100%;
|
||||||
|
top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user