better sizing for mobile devices
This commit is contained in:
parent
4a91028a76
commit
9379a2a0ed
@ -38,10 +38,10 @@
|
||||
/* On small screen, and when portrait mode, we are giving the chat more vertical space.
|
||||
It should go under the video.
|
||||
*/
|
||||
min-height: max(50vh, 300px);
|
||||
min-height: max(55vh, 300px);
|
||||
|
||||
converse-muc {
|
||||
min-height: max(50vh, 300px);
|
||||
min-height: max(55vh, 300px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user