iOS client for Grain grain.social
ios photography atproto
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: clip profile tab container to prevent vertical overflow

authored by

Hima Aramona and committed by
Chad Miller
017f5b79 a266d2ed

+2 -1
+2 -1
Grain/Views/Profile/ProfileView.swift
··· 677 677 .onGeometryChange(for: CGFloat.self) { $0.size.width } action: { newWidth in 678 678 if newWidth > 0 { tabPageWidth = newWidth } 679 679 } 680 - .frame(height: interpolatedTabHeight(modes: modes)) 680 + .frame(height: interpolatedTabHeight(modes: modes), alignment: .top) 681 + .clipped() 681 682 } 682 683 } 683 684