add bottom padding to main,

improve error handling with request function
This commit is contained in:
2023-10-18 19:33:58 +00:00
parent 09bdf686b3
commit e2f5bf9a0a
5 changed files with 31 additions and 23 deletions

View File

@@ -43,6 +43,10 @@ main, dialog {
color: var(--main-text-color);
}
main {
padding: 0 16px 16px 16px;
}
.w3-card {
background-color: var(--main-card-bg-color);
box-shadow: var(--main-card-box-shadow);