Fix remote video being too tall and causing aux panel to scroll

This commit is contained in:
David Baker 2020-11-30 16:44:31 +00:00
parent 5b7ad079d2
commit cb6c080828
2 changed files with 9 additions and 2 deletions

View file

@ -25,7 +25,8 @@ limitations under the License.
}
.mx_CallView_large {
padding-bottom: 10px;
// XXX: This should be 10 but somehow it's gaining an extra 4px from somewhere...
padding-bottom: 6px;
.mx_CallView_voice {
height: 360px;