[iOS] Fix Clipping Add User Button (#1441)

* Add what was removed

* tvos

---------

Co-authored-by: chickdan <=>
Co-authored-by: Ethan Pippin <ethanpippin2343@gmail.com>
This commit is contained in:
Daniel Chick 2025-02-25 22:23:21 -06:00 committed by GitHub
parent 35b72b3a5a
commit d2c5ac9985
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,8 @@ extension SelectUserView {
), ),
pipeline: .Swiftfin.local pipeline: .Swiftfin.local
) )
.aspectRatio(1, contentMode: .fill)
.clipShape(.circle)
.overlay { .overlay {
if isEditing { if isEditing {
ZStack(alignment: .bottom) { ZStack(alignment: .bottom) {

View File

@ -67,6 +67,8 @@ extension SelectUserView {
pipeline: .Swiftfin.local pipeline: .Swiftfin.local
) )
} }
.aspectRatio(1, contentMode: .fill)
.clipShape(.circle)
.overlay { .overlay {
if isEditing { if isEditing {
ZStack(alignment: .bottomTrailing) { ZStack(alignment: .bottomTrailing) {