mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
style: 移除未使用的背景附着属性。使得桌面端Chromium 在CPU减速20x,在友链界面仍如德芙般丝滑
This commit is contained in:
@@ -210,7 +210,6 @@ const bannerOffset =
|
|||||||
background-position: var(--bg-position);
|
background-position: var(--bg-position);
|
||||||
background-size: var(--bg-size);
|
background-size: var(--bg-size);
|
||||||
background-repeat: var(--bg-repeat);
|
background-repeat: var(--bg-repeat);
|
||||||
background-attachment: var(--bg-attachment);
|
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user