💄 调整最大宽度

This commit is contained in:
BTMuli
2026-02-28 00:14:02 +08:00
parent 2d321aad9c
commit a929e2cbe8
2 changed files with 2 additions and 2 deletions

View File

@@ -94,6 +94,7 @@ async function createAnnoJson(): Promise<void> {
.anno-body {
width: 800px;
max-width: calc(100% - 100px);
margin: 0 auto;
font-family: var(--font-text);
}

View File

@@ -491,9 +491,8 @@ function handleUser(user: TGApp.BBS.Post.User): void {
.tp-post-body {
position: relative;
width: v-bind(viewWidth); /* stylelint-disable-line value-keyword-case */
max-width: calc(100% - 100px);
margin: 0 auto;
// max-width: calc(100% - 100px);
font-family: var(--font-text);
transition: width 0.3s ease-in-out;
}