Merge branch 'developer' of bitbucket.org:equilibriumito/gabinete-digital into developer

This commit is contained in:
Peter Maquiran
2021-08-20 15:44:14 +01:00
14 changed files with 35 additions and 38 deletions
@@ -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;
@@ -46,7 +46,7 @@ export class ChatOptionsFeaturesPage implements OnInit {
}
close(){
if( window.innerWidth <= 1024){
if( window.innerWidth < 701){
this.popoverController.dismiss();
}
else{