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"
|
color background: "transparent"
|
||||||
|
|
||||||
eventList:
|
eventList:
|
||||||
int ownEventsOnRightUnderWidth: 768 * theme.uiScale
|
int ownEventsOnRightUnderWidth: 896 * theme.uiScale
|
||||||
color background: "transparent"
|
color background: "transparent"
|
||||||
|
|
||||||
message:
|
message:
|
||||||
|
|
|
@ -343,7 +343,7 @@ chat:
|
||||||
color background: "transparent"
|
color background: "transparent"
|
||||||
|
|
||||||
eventList:
|
eventList:
|
||||||
int ownEventsOnRightUnderWidth: 768 * theme.uiScale
|
int ownEventsOnRightUnderWidth: 896 * theme.uiScale
|
||||||
color background: "transparent"
|
color background: "transparent"
|
||||||
|
|
||||||
message:
|
message:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user