Skip to content

Commit

Permalink
cleanup of video css
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-pol committed Feb 3, 2025
1 parent 56d6924 commit 98ae8a5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions previewers/betatest/css/preview.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ This has been done for the Rich Html Previewer, which also has the reverse issue
min-width: 600px;
display: table;
max-width: 100%;
max-height: 100%;
}

#logo {
Expand Down Expand Up @@ -205,8 +206,3 @@ This has been done for the Rich Html Previewer, which also has the reverse issue
word-break: break-all;
overflow-y: auto;
}

.preview video{
max-width: 100%;
max-height: 100%;
}

0 comments on commit 98ae8a5

Please sign in to comment.