Skip to content

Commit

Permalink
Resolve UniversalViewer#944 by scaling control width independently fr…
Browse files Browse the repository at this point in the history
…om height
  • Loading branch information
benwbrum committed Apr 3, 2024
1 parent 54e3893 commit a5712d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-h
text-align: left;
text-indent: 0;
vertical-align: top;
width: 100% !important;
}

.mejs__container * {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
overflow: hidden;

.container {

display: flex;
align-items: center;
margin: auto;
width: 100%;
width: 100% !important;
max-width: 1200px;
height: 100%;
}
}
Expand Down

0 comments on commit a5712d1

Please sign in to comment.