mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
style: adjust styles
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user