fix: make call area smaller on small screens
so that it doesn't need a scrollbarpull/21833/head
parent
229a95f190
commit
6a5ea970e9
|
@ -30,6 +30,9 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_CallView_voice {
|
.mx_CallView_voice {
|
||||||
height: 360px;
|
height: 360px;
|
||||||
|
@media only screen and (max-height: 768px) {
|
||||||
|
height: 300px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue