fix: 滑過logo時彈窗窗口自動關閉問題

This commit is contained in:
Hakadao
2023-01-19 22:24:12 +08:00
parent 7a0d46cacc
commit f3fc19d07f

View File

@@ -445,7 +445,7 @@ function getNewMomentsCount() {
transform -translate-x-1/2
overflow-visible
after:content-empty
after:opacity-100 after:w-100px after:h-100px
after:opacity-100 after:w-full after:h-100px
after:absolute after:-top-30px after:left-1/2 after:-z-1
after:transform after:-translate-x-1/2;
}