Fix some CSS disasters related to the tailer, Split out some common

components.
This commit is contained in:
Cutieguwu
2025-07-25 14:51:58 -04:00
parent 1cc37c5b60
commit 28c9f10d6d
18 changed files with 73 additions and 64 deletions

View File

@@ -0,0 +1,7 @@
.tailer {
margin: var(--margin-pane) auto 0;
width: min-content;
font-size: 1.65vh;
white-space: nowrap;
}