Add back some spacing around the avatar in the timeline

This commit is contained in:
Carl Schwan
2023-07-22 20:34:10 +02:00
parent cdd5c9f484
commit b486cb905c

View File

@@ -361,6 +361,8 @@ ColumnLayout {
anchors {
left: parent.left
leftMargin: Kirigami.Units.smallSpacing
top: parent.top
topMargin: Kirigami.Units.smallSpacing
}
visible: root.showAuthor &&
@@ -391,7 +393,8 @@ ColumnLayout {
hoverEnabled: true
anchors {
leftMargin: Kirigami.Units.smallSpacing
left: avatar.right
leftMargin: Kirigami.Units.largeSpacing
rightMargin: Kirigami.Units.largeSpacing
}
// HACK: anchoring didn't reset anchors.right when switching from parent.right to undefined reliably