Skip to content

Commit

Permalink
Fix Remote Message width when only search bar is displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Oct 18, 2024
1 parent 99ae9fc commit 01fb6c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DuckDuckGo/HomePage/View/HomePageView.swift
Original file line number Diff line number Diff line change
@@ -369,6 +369,7 @@ fileprivate extension HomePage.Views.RootView {
Spacer()
.layoutPriority(1)
}
.frame(width: Self.targetWidth)
}
.frame(width: Self.targetWidth, height: max(geometry.size.height, totalHeight(with: geometry)))
.frame(maxWidth: .infinity)

0 comments on commit 01fb6c7

Please sign in to comment.