Skip to content
Snippets Groups Projects
Unverified Commit b124cdfc authored by Nicolas Werner's avatar Nicolas Werner Committed by GitHub
Browse files

Merge pull request #945 from tastytea/fix-bubble-highlight

Make hover highlight fill the full width of the timeline
parents 0629ea59 624da5e0
No related branches found
No related tags found
No related merge requests found
Pipeline #2657 passed
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment