style: adjust top bar styles

This commit is contained in:
Hakadao
2023-11-08 23:46:18 +08:00
parent 74fc7749ff
commit f02f3fe9ba

View File

@@ -205,7 +205,7 @@ async function getTopbarNewMomentsCount() {
<!-- Top bar mask -->
<div
v-if="mask"
pos="absolute top-0 left-0" w-full h-70px backdrop="blur-10px" filter-blur-8px
pos="absolute top-0 left-0" w-full h-70px backdrop="blur-10px" filter-blur-4px
pointer-events-none
style="mask-image: linear-gradient(to bottom, black 70%, transparent);"
/>