Add padding to the right of the timeline delegate highlight same as left

This commit is contained in:
James Graham
2023-01-24 20:00:02 +00:00
parent d270e202a8
commit 8948ff5faa

View File

@@ -87,6 +87,7 @@ ColumnLayout {
Layout.fillWidth: true
Layout.topMargin: showAuthor ? Kirigami.Units.largeSpacing : (Config.compactLayout ? 1 : Kirigami.Units.smallSpacing)
Layout.leftMargin: Kirigami.Units.smallSpacing
Layout.rightMargin: Kirigami.Units.smallSpacing
implicitHeight: Math.max(model.showAuthor ? avatar.implicitHeight : 0, bubble.height)