fix: make call area smaller on small screens

so that it doesn't need a scrollbar
This commit is contained in:
Panagiotis 2021-03-13 15:20:42 +02:00
parent 229a95f190
commit 6a5ea970e9

View file

@ -30,6 +30,9 @@ limitations under the License.
.mx_CallView_voice {
height: 360px;
@media only screen and (max-height: 768px) {
height: 300px;
}
}
}