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,14 @@
.footer {
margin: 0;
padding: var(--spacing-horizontal);
width: min-content;
background-color: var(--background-2);
border-top-right-radius: var(--border-radius-large);
font-size: 1.65vh;
white-space: nowrap;
position: fixed;
bottom: 0;
}