Skip to content

Commit

Permalink
Merge pull request #4 from gwendoux/develop
Browse files Browse the repository at this point in the history
update video iframe size
  • Loading branch information
BenediktMeierUIT authored May 16, 2024
2 parents 7c0127f + 0f5e94c commit b7eb31c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions previewers/betatest/css/preview.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ This has been done for the Rich Html Previewer, which also has the reverse issue
margin: 20px auto;
min-width: 600px;
display: table;
max-width: 100%;
}

#logo {
Expand Down
2 changes: 1 addition & 1 deletion previewers/v1.1.1/css/preview.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ margin-left: 40px;
margin:20px auto;
min-width:600px;
display: table;
max-width: 100%;
}

#logo {
Expand All @@ -68,7 +69,6 @@ margin-left: 40px;
font-size: x-small;
float: right;
}
}

.annotation-note {
float:right;
Expand Down
1 change: 1 addition & 0 deletions previewers/v1.2/css/preview.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
margin: 20px auto;
min-width: 600px;
display: table;
max-width: 100%;
}

#logo {
Expand Down
1 change: 1 addition & 0 deletions previewers/v1.3/css/preview.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
margin: 20px auto;
min-width: 600px;
display: table;
max-width: 100%;
}

#logo {
Expand Down
1 change: 1 addition & 0 deletions previewers/v1.4/css/preview.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ This has been done for the Rich Html Previewer, which also has the reverse issue
margin: 20px auto;
min-width: 600px;
display: table;
max-width: 100%;
}

#logo {
Expand Down

0 comments on commit b7eb31c

Please sign in to comment.