feat(board header): add yellow offline icon for loading online status, red icon for offline status

This commit is contained in:
Tom (plebeius.eth)
2024-07-09 14:59:18 +02:00
parent 9f7544936e
commit fe434cb634
10 changed files with 93 additions and 24 deletions
+8
View File
@@ -38,6 +38,14 @@ hr {
color-scheme: dark;
}
.yellowOfflineIcon {
background-image: url('/public/assets/icons/offline-yellow.png');
}
.redOfflineIcon {
background-image: url('/public/assets/icons/offline-red.png');
}
@media (max-width: 640px) {
.button {
font-size: var(--button-font-size-mobile);