mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 11:22:10 +00:00
fix: missing video controls on mobile (#2180)
This commit is contained in:
parent
1ebfc64ea1
commit
a5757b94e8
@ -2,6 +2,10 @@
|
|||||||
nav {
|
nav {
|
||||||
width: 10em
|
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) {
|
@media (max-width: 1024px) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user