gab/social/gab-social#33

Adjustment to the patch fix for inaccessible publish button.
This commit is contained in:
Dank Gabs 2019-07-08 16:16:47 -04:00
parent 877780755f
commit d5efb5540c

@ -307,8 +307,8 @@
overflow-y: auto;
flex: 0 2 auto;
max-height: 500px;
@media screen and (max-width: $nav-breakpoint-3) {max-height: 220px;}
@media screen and (max-width: $nav-breakpoint-4) {max-height: 130px;}
@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 {