mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-18 04:23:21 +08:00
💄 调整最大宽度
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user