feat: blur

This commit is contained in:
Tim
2025-07-29 21:01:51 +08:00
parent 275360983f
commit 393128b326
23 changed files with 80 additions and 20 deletions

View File

@@ -490,6 +490,7 @@ export default {
.profile-page {
background-color: var(--background-color);
height: calc(100vh - var(--header-height));
padding-top: var(--header-height);
overflow-y: auto;
overflow-x: hidden;
}
@@ -630,6 +631,11 @@ export default {
}
.profile-tabs {
position: sticky;
top: 1px;
z-index: 200;
background-color: var(--background-color-blur);
backdrop-filter: blur(10px);
display: flex;
flex-direction: row;
padding: 0 20px;