diff --git a/src/app/modals/chat-options-features/chat-options-features.page.scss b/src/app/modals/chat-options-features/chat-options-features.page.scss index 3389864c6..86ac0ae4b 100644 --- a/src/app/modals/chat-options-features/chat-options-features.page.scss +++ b/src/app/modals/chat-options-features/chat-options-features.page.scss @@ -30,7 +30,7 @@ margin: 0 auto !important; margin-bottom: 10px; } -@media only screen and (min-width: 1024px) { +@media only screen and (min-width: 701px) { .arrow-right{ display: flex; justify-content: flex-end; diff --git a/src/app/modals/chat-options-features/chat-options-features.page.ts b/src/app/modals/chat-options-features/chat-options-features.page.ts index 9e419dc03..66fbb4545 100644 --- a/src/app/modals/chat-options-features/chat-options-features.page.ts +++ b/src/app/modals/chat-options-features/chat-options-features.page.ts @@ -46,7 +46,7 @@ export class ChatOptionsFeaturesPage implements OnInit { } close(){ - if( window.innerWidth <= 1024){ + if( window.innerWidth < 701){ this.popoverController.dismiss(); } else{ diff --git a/src/app/shared/popover/chat-options-popover/chat-options-popover.page.ts b/src/app/shared/popover/chat-options-popover/chat-options-popover.page.ts index baf6f1d5a..bd38ed2c1 100644 --- a/src/app/shared/popover/chat-options-popover/chat-options-popover.page.ts +++ b/src/app/shared/popover/chat-options-popover/chat-options-popover.page.ts @@ -46,7 +46,7 @@ export class ChatOptionsPopoverPage implements OnInit { } close(){ - if( window.innerWidth <= 1024){ + if( window.innerWidth < 701){ this.popoverController.dismiss(); } else{ diff --git a/src/app/shared/popover/chat-popover/chat-popover.page.html b/src/app/shared/popover/chat-popover/chat-popover.page.html index c16ada8e6..10bab132a 100644 --- a/src/app/shared/popover/chat-popover/chat-popover.page.html +++ b/src/app/shared/popover/chat-popover/chat-popover.page.html @@ -6,7 +6,7 @@