fix: make call area smaller on small screens
so that it doesn't need a scrollbar
This commit is contained in:
parent
229a95f190
commit
6a5ea970e9
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue