Folder improvements

This commit is contained in:
Ali
2020-03-19 00:24:27 +04:00
parent d3c82bdfb9
commit a1a5b12125
14 changed files with 4013 additions and 3810 deletions

View File

@@ -278,7 +278,7 @@ final class EditableTokenListNode: ASDisplayNode, UITextFieldDelegate {
}
}
if width - currentOffset.x < 200.0 {
if width - currentOffset.x < 90.0 {
currentOffset.y += 28.0
currentOffset.x = sideInset
}