diff --git a/bigbluebutton-html5/imports/ui/components/video-provider/video-list/styles.scss b/bigbluebutton-html5/imports/ui/components/video-provider/video-list/styles.scss index 7f0d6e2961be80a1fde7569849be3ca4da7e3787..e2ec485dcfc41353d86c4a16d028b531c1542fda 100755 --- a/bigbluebutton-html5/imports/ui/components/video-provider/video-list/styles.scss +++ b/bigbluebutton-html5/imports/ui/components/video-provider/video-list/styles.scss @@ -146,6 +146,19 @@ padding: .25rem; } } + + @include mq($small-only) { + button { + top: calc(90vh - 85px - 5rem); + height: 10vh; + } + } + @include mq($landscape) { + button { + width: calc(100vw - 4rem); + margin-left: 1rem; + } + } } .dropdownFireFox { @@ -188,6 +201,11 @@ [dir="rtl"] & { right: 2rem; } + + @include mq($small-only) { + height: calc(90vh - 85px - 5rem); + width: 100vw; + } } .dropdownList {