🐛 Fix developer

This commit is contained in:
2025-08-09 01:41:51 +08:00
parent 6b3338b885
commit 15c2dbaa0d
6 changed files with 346 additions and 26 deletions

View File

@@ -331,7 +331,7 @@ class _WebSocketIndicator extends HookConsumerWidget {
final user = ref.watch(userInfoProvider);
final websocketState = ref.watch(websocketStateProvider);
final indicatorHeight =
MediaQuery.of(context).padding.top + (isDesktop ? 27.5 : 20);
MediaQuery.of(context).padding.top + (isDesktop ? 27.5 : 25);
Color indicatorColor;
String indicatorText;