Move message styles to their own files and work around hover not propagating to siblings

This commit is contained in:
Nicolas Werner 2023-09-20 02:17:20 +02:00
parent 43c8e64ed3
commit 184806bf71
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
6 changed files with 530 additions and 467 deletions

View file

@ -44,7 +44,8 @@ MatrixText {
Layout.maximumHeight: !keepFullText ? Math.round(Math.min(timelineView.height / 8, implicitHeight)) : implicitHeight
clip: !keepFullText
selectByMouse: !Settings.mobileMode && !isReply
enabled: !Settings.mobileMode
enabled: !Settings.mobileMode && !isReply
hoverEnabled: !Settings.mobileMode
font.pointSize: (Settings.enlargeEmojiOnlyMessages && isOnlyEmoji > 0 && isOnlyEmoji < 4) ? Settings.fontSize * 3 : Settings.fontSize
NhekoCursorShape {