mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
fix public view - attempt 2
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
34ca126b37
commit
7b2f226ce6
2 changed files with 5 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ $footer-height: 65px;
|
|||
|
||||
/* public footer */
|
||||
footer {
|
||||
position: fixed;
|
||||
position: sticky !important;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
|
|||
Loading…
Reference in a new issue