fix: name overflow on stream page

This commit is contained in:
2025-05-27 13:53:33 +01:00
parent e9062f0265
commit 0a474a1ca7
2 changed files with 7 additions and 5 deletions

View File

@ -159,7 +159,6 @@ class _StreamPage extends State<StreamPage> with RouteAware {
stream.info.host,
children: [
NotificationsButtonWidget(stream: widget.stream),
Spacer(),
BasicButton(
Row(
children: [Icon(Icons.bolt, size: 14), Text(t.zap.button_zap)],