Support changing the ratio of video:chat width

This commit is contained in:
Calvin Montgomery 2017-01-23 21:47:21 -08:00
parent b0ff4d5ef0
commit 2c57719318
6 changed files with 64 additions and 2 deletions

View file

@ -680,3 +680,11 @@ input#logout[type="submit"]:hover {
margin-left: 10px;
margin-right: 10px;
}
#resize-video-larger, #resize-video-smaller {
float: right;
}
body.hd #resize-video-larger, body.hd #resize-video-smaller {
display: none;
}