mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Better backdrop
This commit is contained in:
parent
8eec844781
commit
966e8b9cb7
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ a.mention span {
|
|||
position: sticky;
|
||||
top: 0;
|
||||
background-color: var(--bg-blur-color);
|
||||
backdrop-filter: blur(12px);
|
||||
backdrop-filter: saturate(180%) blur(20px);
|
||||
border-bottom: 1px solid var(--divider-color);
|
||||
z-index: 1;
|
||||
cursor: default;
|
||||
|
|
Loading…
Reference in a new issue