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:
parent
0afb0c3ef8
commit
55888054ed
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user