gab/social/gab-social#33
The composer window will go through a round of major improvements. This is a patch fix to lock the height of the composer window original message. Prevents publish button from being inaccessible when replying to long posts.
This commit is contained in:
parent
301cf54cff
commit
877780755f
@ -306,6 +306,9 @@
|
||||
min-height: 23px;
|
||||
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;}
|
||||
}
|
||||
|
||||
.reply-indicator__header {
|
||||
|
Loading…
x
Reference in New Issue
Block a user