💄 Optimize fediverse mention rendering, etc
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user