Fix remote video being too tall and causing aux panel to scroll
This commit is contained in:
parent
5b7ad079d2
commit
cb6c080828
2 changed files with 9 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue