mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Change margins because people nagged me
This commit is contained in:
parent
3576589ea7
commit
ed889c32fc
1 changed files with 2 additions and 1 deletions
|
@ -128,6 +128,7 @@ AbstractButton {
|
||||||
right: parent.right
|
right: parent.right
|
||||||
margins: (Settings.bubbles && ! isStateEvent)? 4 : 2
|
margins: (Settings.bubbles && ! isStateEvent)? 4 : 2
|
||||||
leftMargin: 4
|
leftMargin: 4
|
||||||
|
rightMargin: 4
|
||||||
}
|
}
|
||||||
id: msg
|
id: msg
|
||||||
rowSpacing: 0
|
rowSpacing: 0
|
||||||
|
@ -300,7 +301,7 @@ AbstractButton {
|
||||||
Reactions {
|
Reactions {
|
||||||
anchors {
|
anchors {
|
||||||
top: row.bottom
|
top: row.bottom
|
||||||
topMargin: -2
|
topMargin: -4
|
||||||
left: row.bubbleOnRight? undefined : row.left
|
left: row.bubbleOnRight? undefined : row.left
|
||||||
right: row.bubbleOnRight? row.right : undefined
|
right: row.bubbleOnRight? row.right : undefined
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue