mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat: add offline icon to board title, show alert before posting if sub appears offline
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user