mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(board header): add yellow offline icon for loading online status, red icon for offline status
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user