style: 剧集正文靠左对齐并保留阅读间距

This commit is contained in:
GouJ
2026-09-01 18:32:29 +08:00
parent bf19128580
commit 4fd03adf6e
2 changed files with 17 additions and 2 deletions
+4 -2
View File
@@ -710,9 +710,11 @@ body {
outline-offset: -3px;
}
.reader-content {
/* 正文紧邻目录左对齐,保留阅读行宽,不在宽屏内容区居中。 */
max-width: 900px;
margin-inline: auto;
padding: 32px clamp(24px, 5cqw, 64px);
margin-inline: 0;
padding: 32px;
text-align: left;
}
.reader-chapter + .reader-chapter {
margin-top: 48px;