Complete #52, Optimize CSS, Reduce code duplication, Scrap templates; Massive refactor.

This commit is contained in:
Cutieguwu
2025-08-20 16:08:41 -04:00
parent 04a4adb4d4
commit d1e06b432d
55 changed files with 1533 additions and 1896 deletions

View File

@@ -1,25 +1,12 @@
@use "a_tailer";
.pane_error {
grid-area: main;
.pane.error {
width: max-content;
margin: auto;
> .body,
.tailer {
background-color: var(--background-2);
border-radius: var(--border-radius-leaf);
padding: var(--spacing-small);
text-align: center;
}
text-align: center;
}
@media only screen and (max-width: 500px) {
.pane_error {
width: 100%;
.pane.error {
margin-top: var(--spacing-large);
margin-bottom: var(--spacing-large);
}