Resolve #38; Fix styling of error pages.

This commit is contained in:
Cutieguwu
2025-07-23 19:37:59 -04:00
parent 0c2b2672cf
commit 6df54559e2
5 changed files with 12 additions and 8 deletions

View File

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