mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
Various fixes
This commit is contained in:
parent
db5b3f3afd
commit
d2568d88fa
@ -220,7 +220,7 @@ public final class GiftItemComponent: Component {
|
||||
iconSize = CGSize(width: 88.0, height: 88.0)
|
||||
cornerRadius = 10.0
|
||||
case .profile:
|
||||
size = CGSize(width: availableSize.width, height: min(117 - UIScreenPixel, availableSize.width))
|
||||
size = availableSize
|
||||
iconSize = CGSize(width: 88.0, height: 88.0)
|
||||
cornerRadius = 10.0
|
||||
case .thumbnail:
|
||||
|
Loading…
x
Reference in New Issue
Block a user