Improve story summary assembly and UI

This commit is contained in:
2026-01-27 22:51:44 +08:00
parent 4043e120ae
commit 1dfa9f95f2
5 changed files with 266 additions and 124 deletions

View File

@@ -178,7 +178,10 @@ h1 span {
}
#keep-visible-count {
width: 32px;
width: 3ch; /* 可稳定显示 3 位数字0-50 足够 */
min-width: 3ch;
max-width: 4ch;
font-variant-numeric: tabular-nums;
padding: 2px 4px;
margin: 0 2px;
background: var(--bg2);