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

@@ -597,7 +597,7 @@ export default {
background-color: var(--background-color);
display: flex;
flex-direction: row;
height: calc(100vh - var(--header-height));
height: 100vh;
}
.loading-container {
@@ -612,11 +612,13 @@ export default {
overflow-y: auto;
scrollbar-width: none;
padding: 20px;
height: calc(100% - 40px);
height: calc(100% - 40px - var(--header-height));
width: calc(85% - 40px);
padding-top: calc(var(--header-height) + 20px);
}
.post-page-scroller-container {
padding-top: var(--header-height);
display: flex;
flex-direction: column;
width: 15%;
@@ -905,6 +907,7 @@ export default {
.post-page-main-container {
width: calc(100% - 20px);
padding: 10px;
padding-top: calc(var(--header-height) + 10px);
}
.article-title {