Improve frontend error handling

This commit is contained in:
shamoon
2023-05-17 12:46:04 -07:00
parent a83c7c64b5
commit dd575ccb88
7 changed files with 274 additions and 275 deletions

View File

@@ -20,3 +20,8 @@
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
}
pre {
white-space: pre-line;
--bs-bg-opacity: .25;
}