crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

commit 674d35c79bf3eea1500a02dbc0c9ce9270e8c4fb
parent d0f776b69a7f9c80c8b678b581160c2b8dda6b1c
Author: Michael Camilleri <[email protected]>
Date:   Sat,  9 May 2026 06:14:16 +0900

Extend divider into safe area in landscape

Diffstat:
MCrossmate/Views/PuzzleView.swift | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Crossmate/Views/PuzzleView.swift b/Crossmate/Views/PuzzleView.swift @@ -143,6 +143,7 @@ struct PuzzleView: View { .background(Color(.secondarySystemBackground)) Divider() + .ignoresSafeArea(edges: .top) puzzleArea .padding(.bottom, 12)