feat: add offline icon to board title, show alert before posting if sub appears offline

This commit is contained in:
Tom (plebeius.eth)
2024-06-08 21:22:17 +02:00
parent 18e7868abf
commit a2c1ec441f
5 changed files with 42 additions and 4 deletions
@@ -23,8 +23,15 @@
text-align: center;
color: red;
font-weight: 700;
padding-top: 100px;
padding-bottom: 100px;
padding-top: 100px 0;
}
.offlineBoard {
font-size: 16px;
text-align: center;
color: red;
padding: 30px 0;
font-weight: 700;
}
.postFormTable td:first-child {