Move message styles to their own files and work around hover not propagating to siblings
This commit is contained in:
parent
43c8e64ed3
commit
184806bf71
6 changed files with 530 additions and 467 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue