You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-19 05:22:13 +03:00
fix: make call area smaller on small screens
so that it doesn't need a scrollbar
This commit is contained in:
@@ -30,6 +30,9 @@ limitations under the License.
|
||||
|
||||
.mx_CallView_voice {
|
||||
height: 360px;
|
||||
@media only screen and (max-height: 768px) {
|
||||
height: 300px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user