Various fixes

This commit is contained in:
Ilya Laktyushin 2025-01-02 22:44:57 +04:00
parent db5b3f3afd
commit d2568d88fa

View File

@ -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: