Change margins because people nagged me

This commit is contained in:
Nicolas Werner 2022-11-10 00:43:05 +01:00
parent 3576589ea7
commit ed889c32fc
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 2 additions and 1 deletions

View File

@ -128,6 +128,7 @@ AbstractButton {
right: parent.right
margins: (Settings.bubbles && ! isStateEvent)? 4 : 2
leftMargin: 4
rightMargin: 4
}
id: msg
rowSpacing: 0
@ -300,7 +301,7 @@ AbstractButton {
Reactions {
anchors {
top: row.bottom
topMargin: -2
topMargin: -4
left: row.bubbleOnRight? undefined : row.left
right: row.bubbleOnRight? row.right : undefined
}