gab/social/gab-social#33
Adjustment to the patch fix for inaccessible publish button.
This commit is contained in:
parent
877780755f
commit
d5efb5540c
@ -307,8 +307,8 @@
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
flex: 0 2 auto;
|
flex: 0 2 auto;
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
@media screen and (max-width: $nav-breakpoint-3) {max-height: 220px;}
|
@media screen and (min-width: 320px) and (max-width: 375px) {max-height: 220px;}
|
||||||
@media screen and (max-width: $nav-breakpoint-4) {max-height: 130px;}
|
@media screen and (max-width: 320px) {max-height :130px;}
|
||||||
}
|
}
|
||||||
|
|
||||||
.reply-indicator__header {
|
.reply-indicator__header {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user