Do not show title on offline banner + add margin

This commit is contained in:
Gabe Kangas
2023-01-28 19:26:12 -08:00
parent 59aa54ca12
commit 88281b4814
3 changed files with 12 additions and 5 deletions

View File

@@ -344,6 +344,7 @@ export const Content: FC = () => {
)}
{!online && !appState.appLoading && (
<OfflineBanner
showsHeader={false}
streamName={name}
customText={offlineMessage}
notificationsEnabled={browserNotificationsEnabled}