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

@@ -1,10 +1,16 @@
@use "a_tailer";
.pane_error {
width: max-content;
text-align: center;
background-color: var(--background-2);
margin: auto; /* center object */
padding: var(--spacing-horizontal);
border-radius: var(--border-radius-leaf);
.error_body,
.tailer {
background-color: var(--background-2);
border-radius: var(--border-radius-leaf);
padding: var(--spacing-horizontal);
text-align: center;
}
}