fix(old): 调整 old 样式

This commit is contained in:
SXP-Simon
2025-11-25 20:55:33 +08:00
committed by Helian Nuits
parent de31c0514f
commit 89d79a5491
2 changed files with 14 additions and 8 deletions
@@ -36,8 +36,8 @@
}
.container {
max-width: 800px;
/* Reverted to original width for better compatibility */
width: 100%;
max-width: none;
margin: 0 auto;
background: var(--bg-card);
border-radius: var(--radius);
@@ -384,8 +384,10 @@
.user-reason {
color: var(--text-muted);
font-size: 0.85em;
line-height: 1.5;
padding-left: 59px;
font-weight: 500;
line-height: 1.6;
margin-bottom: 10px;
font-style: italic;
}
/* Quote Item Styling */
@@ -395,6 +397,7 @@
margin-bottom: 15px;
border-radius: var(--radius);
border-left: 3px solid var(--text-main);
overflow: hidden;
}
.quote-content {
+7 -4
View File
@@ -36,8 +36,8 @@
}
.container {
max-width: 800px;
/* Reverted to original width for better compatibility */
width: 100%;
max-width: none;
margin: 0 auto;
background: var(--bg-card);
border-radius: var(--radius);
@@ -384,8 +384,10 @@
.user-reason {
color: var(--text-muted);
font-size: 0.85em;
line-height: 1.5;
padding-left: 59px;
font-weight: 500;
line-height: 1.6;
margin-bottom: 10px;
font-style: italic;
}
/* Quote Item Styling */
@@ -395,6 +397,7 @@
margin-bottom: 15px;
border-radius: var(--radius);
border-left: 3px solid var(--text-main);
overflow: hidden;
}
.quote-content {