Merge branch 'bugfix/33-reply-composer-vertical-height-renders-reply-impossible-for-mobile' into 'develop'

Fix issue 33: reply composer vertical height renders reply impossible for mobile

See merge request gab/social/gab-social!7
This commit is contained in:
Rob Colbert 2019-07-08 22:28:11 +00:00
commit 503cdaa22b

@ -306,6 +306,9 @@
min-height: 23px;
overflow-y: auto;
flex: 0 2 auto;
max-height: 500px;
@media screen and (min-width: 320px) and (max-width: 375px) {max-height: 220px;}
@media screen and (max-width: 320px) {max-height :130px;}
}
.reply-indicator__header {