mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Merge pull request #945 from tastytea/fix-bubble-highlight
Make hover highlight fill the full width of the timeline
This commit is contained in:
commit
b124cdfca2
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ Item {
|
|||
|
||||
Rectangle {
|
||||
color: (Settings.messageHoverHighlight && hovered) ? Nheko.colors.alternateBase : "transparent"
|
||||
anchors.fill: row
|
||||
anchors.fill: parent
|
||||
anchors.leftMargin: Settings.smallAvatars? 0 : Nheko.avatarSize+8
|
||||
}
|
||||
|
||||
TapHandler {
|
||||
|
|
Loading…
Reference in a new issue