mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 09:43:09 +02:00
fix: pinned notes not being transparent
This commit is contained in:
parent
c9d03c9ced
commit
83cc9cf980
1 changed files with 2 additions and 1 deletions
|
@ -267,7 +267,8 @@ hr {
|
||||||
}
|
}
|
||||||
|
|
||||||
._panel {
|
._panel {
|
||||||
background: var(--panel);
|
background: color-mix(in srgb, var(--panel) 65%, transparent);
|
||||||
|
backdrop-filter: blur(16px);
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
overflow: clip;
|
overflow: clip;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue