better loading and error screen

This commit is contained in:
Mystikfluu
2022-06-09 16:36:43 +02:00
parent 5ad3b322b9
commit a01db193dc
3 changed files with 12 additions and 8 deletions
+5 -1
View File
@@ -2,6 +2,10 @@
color: green;
}
.status {
color: white;
}
.self {
color: gray;
}
@@ -56,7 +60,7 @@ button {
font-family: 'system-ui';
}
.post,.self {
.post,.self,.status {
width: 50%;
margin-left: 25%;
margin-right: 25%;