fix: performance issues & respect blur option
This commit is contained in:
@@ -57,7 +57,6 @@ defineExpose({
|
||||
&.noGap {
|
||||
> .notes {
|
||||
background: color-mix(in srgb, var(--panel) 65%, transparent);
|
||||
backdrop-filter: blur(16px);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -67,7 +66,6 @@ defineExpose({
|
||||
|
||||
.note {
|
||||
background: color-mix(in srgb, var(--panel) 65%, transparent);
|
||||
backdrop-filter: blur(16px);
|
||||
border-radius: var(--radius);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user