💄 Optimize fediverse mention rendering, etc

This commit is contained in:
2026-01-02 14:04:16 +08:00
parent 81d69ce10f
commit 3b13a63e7b
6 changed files with 95 additions and 11 deletions

View File

@@ -584,6 +584,10 @@ class _WebSocketIndicator extends HookConsumerWidget {
isInteractive = false;
}
if (user.value == null) {
opacity = 0.0;
}
return Positioned(
top: devicePadding.top + (isDesktop ? 27.5 : 25),
left: 0,