Commit 60040c14 authored by Mark Harding's avatar Mark Harding

(fix): video should always be 100% height of viewport

parent ad896477
No related merge requests found
Pipeline #86129443 waiting for manual action with stages
in 49 minutes
......@@ -170,6 +170,11 @@ m-overlay-modal {
m-video {
position: static;
video {
width: 100%;
height: 100%;
}
.minds-video-bar-full {
.m-video--progress-bar {
padding-right: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment