Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix fullscreen on ios
Signed-off-by: hamza221 <[email protected]>

(cherry picked from commit 603af2d)
Signed-off-by: julia.kirschenheuter <[email protected]>
  • Loading branch information
hamza221 authored and blizzz committed Jul 17, 2023
commit a93d72e28ea0c8e5c6bb58db4e7f43c7e6accae3
4 changes: 2 additions & 2 deletions js/viewer-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/viewer-main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/Videos.vue
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ video {
z-index: 20050;
align-self: center;
max-width: 100%;
max-height: calc(100% - 65px) !important;
max-height: 100% !important;
background-color: black;

justify-self: center;
Expand Down