timeline: Round separators for replies and link previews

(cherry picked from commit d2e11bb3bb)
This commit is contained in:
Oliver Beard
2024-09-19 22:23:59 +01:00
committed by Joshua Goins
parent f10b97139c
commit f6dfe0cbcf
2 changed files with 2 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ QQC2.Control {
Layout.fillHeight: true
width: Kirigami.Units.smallSpacing
color: Kirigami.Theme.highlightColor
radius: Kirigami.Units.cornerRadius
}
Image {
id: previewImage

View File

@@ -63,6 +63,7 @@ RowLayout {
implicitWidth: Kirigami.Units.smallSpacing
color: root.replyAuthor.color
radius: Kirigami.Units.cornerRadius
}
ColumnLayout {
id: contentColumn