Merge pull request #7865 from nextcloud/adjust-public-share-page-to-layout-changes-in-nextcloud-25

Adjust public share page to layout changes in Nextcloud 25
This commit is contained in:
Marco
2022-09-09 13:02:00 +02:00
committed by GitHub

View File

@ -14,7 +14,6 @@
position: static;
}
#content,
#content.full-height {
/* Always full height without header. */
height: calc(100% - 50px);
@ -33,16 +32,14 @@
min-height: 0;
padding-top: 0;
/* Does not change anything in normal mode, but ensures that the element
* will stretch to the full width in full screen mode. */
width: 100%;
/* Override margin used in server, as the header is part of the flex layout
* and thus the content does not need to be pushed down. */
margin-top: 0;
}
#app-content {
position: relative;
display: flex;
flex-direction: column;
overflow-y: auto;
@ -57,6 +54,10 @@
flex-grow: 1;
}
#content footer {
position: relative;
}
#content footer p a {
/* The server sets an height to the footer of 65px, but its contents are
* slightly larger, which causes a scroll bar to be added to the content