mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 01:08:50 +01:00
Merge pull request #430 from cvennevik/perf-notification-icons
(performance) Remove backdrop-filter blur and saturate effect from .account-sub-icons
This commit is contained in:
commit
02d1339b29
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@
|
||||||
var(--bg-color),
|
var(--bg-color),
|
||||||
var(--bg-blur-color)
|
var(--bg-blur-color)
|
||||||
); */
|
); */
|
||||||
backdrop-filter: blur(16px) saturate(3);
|
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in a new issue