Increase required width to show all events on left
This commit is contained in:
parent
b6b2e35221
commit
6ece4624ca
|
@ -330,7 +330,7 @@ chat:
|
|||
color background: "transparent"
|
||||
|
||||
eventList:
|
||||
int ownEventsOnRightUnderWidth: 768 * theme.uiScale
|
||||
int ownEventsOnRightUnderWidth: 896 * theme.uiScale
|
||||
color background: "transparent"
|
||||
|
||||
message:
|
||||
|
|
|
@ -343,7 +343,7 @@ chat:
|
|||
color background: "transparent"
|
||||
|
||||
eventList:
|
||||
int ownEventsOnRightUnderWidth: 768 * theme.uiScale
|
||||
int ownEventsOnRightUnderWidth: 896 * theme.uiScale
|
||||
color background: "transparent"
|
||||
|
||||
message:
|
||||
|
|
Loading…
Reference in New Issue
Block a user