Improve responsiveness

This commit is contained in:
Peter Maquiran
2021-04-23 14:30:18 +01:00
parent f4eafbf9f1
commit 8f76806ae4
7 changed files with 96 additions and 78 deletions
@@ -240,7 +240,7 @@ export class GroupMessagesPage implements OnInit, OnChanges {
async openOptions(ev: any) {
const popover = await this.popoverController.create({
component: ChatPopoverPage,
cssClass: 'chat-popover',
cssClass: 'chat-popover modal-desktop',
event: ev,
componentProps: {
room: this.room,