Fix some visual issues

This commit is contained in:
Ilya Laktyushin
2020-01-02 12:10:32 +03:00
parent ee9002f42a
commit d6696a5294
6 changed files with 15 additions and 6 deletions

View File

@@ -222,7 +222,7 @@ private final class ProxySettingsActionItemNode: ListViewItemNode {
transition.updateFrame(node: strongSelf.titleNode, frame: CGRect(origin: CGPoint(x: leftInset + editingOffset, y: 11.0), size: titleLayout.size))
strongSelf.highlightedBackgroundNode.frame = CGRect(origin: CGPoint(x: 0.0, y: -UIScreenPixel), size: CGSize(width: params.width, height: 44.0 + UIScreenPixel + UIScreenPixel))
strongSelf.highlightedBackgroundNode.frame = CGRect(origin: CGPoint(x: 0.0, y: -UIScreenPixel), size: CGSize(width: params.width, height: contentSize.height + UIScreenPixel))
}
})
}