diff --git a/lib/pages/stream.dart b/lib/pages/stream.dart index 502cc49..ce81c01 100644 --- a/lib/pages/stream.dart +++ b/lib/pages/stream.dart @@ -131,7 +131,7 @@ class _StreamPage extends State with RouteAware { ProfileWidget.pubkey( stream.info.host, children: [ - Expanded(child: SizedBox()), // spacer + Spacer(), BasicButton( Row(children: [Icon(Icons.bolt, size: 14), Text("Zap")]), padding: EdgeInsets.symmetric(horizontal: 10, vertical: 2),