fix: keep page indicators visible but smaller in header
Deploy Slides / build-and-deploy (push) Successful in 1m8s

This commit is contained in:
2026-05-31 00:18:34 +08:00
parent c81701d440
commit a1eb99a771
+8 -2
View File
@@ -8,11 +8,17 @@ header .flex-1 {
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
min-width: 0; min-width: 0;
max-width: 150px; padding: 0.15rem 0.25rem;
} }
header .flex-1 > div { header .flex-1 > div:first-child {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
font-size: 0.7rem;
}
header .flex-1 > div:last-child {
font-size: 0.5rem;
line-height: 1;
} }