diff --git a/clients/apple/Sources/PunktfunkClient/ContentView.swift b/clients/apple/Sources/PunktfunkClient/ContentView.swift index e57ebe4..306ac10 100644 --- a/clients/apple/Sources/PunktfunkClient/ContentView.swift +++ b/clients/apple/Sources/PunktfunkClient/ContentView.swift @@ -103,6 +103,11 @@ struct ContentView: View { } } .navigationTitle("punktfunk") + #if os(iOS) + // Liquid-glass header: the large title shares the bar row with the action + // circles instead of stacking under them. + .toolbarTitleDisplayMode(.inlineLarge) + #endif .toolbar { #if os(iOS) // Each action gets its own full-size glass circle (system-app style)