feat(home): add offline icon for subs in board list

This commit is contained in:
plebeius.eth
2024-05-05 17:54:09 +02:00
parent c33c54613d
commit 6b71d9009a
2 changed files with 37 additions and 24 deletions
+12
View File
@@ -135,6 +135,18 @@
font-size: smaller;
}
.offlineIcon {
background-image: url('/public/assets/icons/offline.png');
display: inline-block;
vertical-align: text-top;
margin-left: 2px;
width: 13px;
height: 13px;
background-repeat: no-repeat;
background-size: contain;
image-rendering: pixelated;
}
.boardsBoxContent {
font-size: 93%;
padding: 0.5em;