style: adjust styles

This commit is contained in:
Hakadao
2023-11-09 00:23:43 +08:00
parent f36204df0d
commit d4f141d60b
2 changed files with 3 additions and 3 deletions

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-4px
pos="absolute top-0 left-0" w-full h-70px backdrop="blur-15px"
pointer-events-none
style="mask-image: linear-gradient(to bottom, black 70%, transparent);"
/>
@@ -213,7 +213,7 @@ async function getTopbarNewMomentsCount() {
<div
v-if="mask"
pos="absolute top-0 left-0" w-full h-80px
pointer-events-none opacity-60
pointer-events-none opacity-80
:style="{
background: `linear-gradient(to bottom, ${settings.wallpaper
|| settings.useSearchPageModeOnHomePage && settings.searchPageWallpaper && settings.individuallySetSearchPageWallpaper

View File

@@ -116,7 +116,7 @@ onUnmounted(() => {
</div>
</Transition>
<header pos="sticky top-80px" z-10 mb-9>
<header pos="sticky top-80px" w-fit z-10 mb-9>
<ul flex="~ items-center gap-2">
<li
v-for="tab in tabs" :key="tab.value"