mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01: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;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
background-color: var(--bg-blur-color);
|
background-color: var(--bg-blur-color);
|
||||||
backdrop-filter: blur(8px);
|
backdrop-filter: blur(1px);
|
||||||
}
|
}
|
||||||
#custom-emojis-sheet .custom-emojis-list section {
|
#custom-emojis-sheet .custom-emojis-list section {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue