Skip to content

Commit

Permalink
fix: missing video controls on mobile (filebrowser#2180)
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle authored and Shada committed Feb 22, 2023
1 parent edb45f2 commit 46a1f04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/css/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
nav {
width: 10em
}
/* Mobile Only fix div hidden by bottom navigation bar of mobile browser when using height: 100vh */
#previewer .preview {
height: calc(100% - 4em) !important;
}
}

@media (max-width: 1024px) {
Expand Down

0 comments on commit 46a1f04

Please sign in to comment.