This commit is contained in:
Isaac
2025-09-24 02:35:23 +08:00
parent 7ed1261193
commit c32d05fdb2
11 changed files with 148 additions and 28 deletions

View File

@@ -33,9 +33,9 @@ open class ChatInputPanelNode: ASDisplayNode {
open func defaultHeight(metrics: LayoutMetrics) -> CGFloat {
if case .regular = metrics.widthClass, case .regular = metrics.heightClass {
return 49.0
return 40.0
} else {
return 45.0
return 40.0
}
}