fix(frontend): keep battle action records inline

This commit is contained in:
2026-08-15 04:07:54 +00:00
parent 328ebf9887
commit 64a96c6d5e
2 changed files with 86 additions and 1 deletions
+9
View File
@@ -77,3 +77,12 @@ textarea {
.legacy-bg2 {
background-image: var(--sammo-texture-blue);
}
/*
* Ref emits battle summaries as a classed div inside a single log row, then
* turns that div into an inline-level box. Without this rule the month prefix,
* battle summary, and action time are forced onto three separate lines.
*/
.small_war_log {
display: inline-block;
}