add offline indicators to SubscriptionsCatalog

This commit is contained in:
Tom
2023-05-08 21:10:42 +02:00
parent a00fe30779
commit a63ea84fe7
5 changed files with 39 additions and 14 deletions
+12
View File
@@ -39,6 +39,18 @@ export const Threads = styled.div`
text-align: right;
}
.offline-icon {
height: 16px;
margin: 2px;
}
.offline-icon-no-link {
height: 13px;
position: absolute;
margin-left: 13px;
margin-top: -2px;
}
.sticky-icon {
background-image: url(assets/sticky.gif);
width: 16px;