add offline indicator to subscriptions mobile

This commit is contained in:
Tom
2023-05-06 16:10:27 +02:00
parent 511e2248c9
commit 75867699f5
3 changed files with 57 additions and 18 deletions
+9
View File
@@ -2980,6 +2980,15 @@ export const BoardForm = styled.div`
@media (max-width: 480px) {
margin-bottom: 335px;
.offline-mobile-sub {
width: 18px;
margin-right: 5px;
}
.offline-mobile-sub-reply {
width: 15px;
}
.thread {
display: none;
}