fix public view - attempt 2

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-09-29 16:08:40 +02:00 committed by backportbot-nextcloud[bot]
parent 34ca126b37
commit 7b2f226ce6
2 changed files with 5 additions and 6 deletions

View file

@ -35,6 +35,10 @@ $download-button-section-height: 200px;
width: unset !important;
}
#imgframe :not(#viewer) img {
min-width: 100px;
}
#imgframe video {
max-height: calc(100vh - var(--header-height) - #{$footer-height} - #{$download-button-section-height});
}
@ -78,11 +82,6 @@ $download-button-section-height: 200px;
max-height: 100%;
}
// Fix footer overlapping with app-content
.app-files_sharing #app-content {
max-height: calc(100vh - var(--header-height) - #{$footer-height});
}
/* fix multiselect bar offset on shared page */
thead {
left: 0 !important;

View file

@ -69,7 +69,7 @@ $footer-height: 65px;
/* public footer */
footer {
position: fixed;
position: sticky !important;
display: flex;
align-items: center;
justify-content: center;