Fix pinned message height

This commit is contained in:
Nicolas Werner 2025-04-29 21:53:21 +02:00
parent ffa222677a
commit 88c1234fec
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

@ -59,7 +59,7 @@ AbstractButton {
clip: r.limitHeight
height: Math.min( timelineEvent.main?.height, timelineView.height / 10) + Nheko.paddingSmall + usernameBtn.height
height: r.limitHeight ? Math.min( timelineEvent.main?.height, timelineView.height / 10) + Nheko.paddingSmall + usernameBtn.height : undefined
Rectangle {
id: colorline