diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-10-09 21:58:21 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-10-09 22:04:01 +0200 |
commit | b29ce3ca440760c9681e56a6c8e0067de3dd9e61 (patch) | |
tree | fbcbea135d038cdfc1c55f9362fac540d1e39fae /resources | |
parent | Shrink replies (diff) | |
download | nheko-b29ce3ca440760c9681e56a6c8e0067de3dd9e61.tar.xz |
cleanups
Diffstat (limited to 'resources')
-rw-r--r-- | resources/qml/TimelineBubbleMessageStyle.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/TimelineBubbleMessageStyle.qml b/resources/qml/TimelineBubbleMessageStyle.qml index cf6f1dec..7635fba9 100644 --- a/resources/qml/TimelineBubbleMessageStyle.qml +++ b/resources/qml/TimelineBubbleMessageStyle.qml @@ -279,7 +279,7 @@ TimelineEvent { } } - padding: 4 + padding: wrapper.isStateEvent ? 0 : 4 background: Rectangle { color: !wrapper.isStateEvent ? Qt.tint(palette.base, Qt.hsla(messageBubble.userColor.hslHue, 0.5, messageBubble.userColor.hslLightness, 0.2)) : "transparent" radius: 4 |