mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
add space below datebubble and own message bubbles
This commit is contained in:
parent
8a78920b88
commit
3e59b76b54
1 changed files with 2 additions and 2 deletions
|
@ -256,7 +256,7 @@ Item {
|
|||
|
||||
Column {
|
||||
topPadding: userName_.visible? 4: 0
|
||||
bottomPadding: Settings.bubbles? (isSender? 0 : 2) : 3
|
||||
bottomPadding: Settings.bubbles? (isSender && previousMessageDay == day? 0 : 2) : 3
|
||||
spacing: 8
|
||||
visible: (previousMessageUserId !== userId || previousMessageDay !== day || isStateEvent !== previousMessageIsStateEvent)
|
||||
width: parentWidth
|
||||
|
|
Loading…
Reference in a new issue