fixes for mobiles/tablets FileFullPreview,FileInfoPanel after click to non media item,scroll for iPad, ThumbnailItem for media without thumbnail

This commit is contained in:
Milos Holba
2021-01-12 17:14:17 +01:00
parent c2a5d4bc74
commit cc72e4e3a2
5 changed files with 215 additions and 66 deletions

View File

@@ -381,6 +381,20 @@
.mobile-search {
display: block;
}
.file-content {
position: absolute;
top: 0px;
left: 15px;
right: 15px;
bottom: 0;
@include transition;
overflow-y: auto;
overflow-x: hidden;
&.is-offset {
margin-top: 50px;
}
}
}
@media only screen and (max-width: 690px) {