mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
style(offline icon): use blue for loading, red for failed after 30 seconds
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ hr {
|
||||
}
|
||||
|
||||
.yellowOfflineIcon {
|
||||
background-image: url('/public/assets/icons/offline-yellow.png');
|
||||
background-image: url('/public/assets/icons/offline-blue.png');
|
||||
}
|
||||
|
||||
.redOfflineIcon {
|
||||
|
||||
@@ -44,7 +44,7 @@ const useSubplebbitOfflineStore = create<SubplebbitOfflineStore>((set) => ({
|
||||
},
|
||||
},
|
||||
}));
|
||||
}, 7000);
|
||||
}, 30000);
|
||||
},
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user