mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 09:15:33 +03:00
Fix the section header styles
This commit is contained in:
parent
2a85ad2f45
commit
436d0f815d
1 changed files with 1 additions and 1 deletions
|
@ -539,7 +539,7 @@
|
|||
position: sticky;
|
||||
top: 0;
|
||||
background-color: var(--bg-blur-color);
|
||||
backdrop-filter: blur(8px);
|
||||
backdrop-filter: blur(1px);
|
||||
}
|
||||
#custom-emojis-sheet .custom-emojis-list section {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue