summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorMarco <marcoambrosini@icloud.com>2022-09-09 13:02:00 +0200
committerGitHub <noreply@github.com>2022-09-09 13:02:00 +0200
commit144eb2e88e183328c79132cc3e190d4d5109aca9 (patch)
tree95b8d6b88eab08956481cc9f01cc0fd4470d8722 /css
parent59f33eae20efac62f6e2cbc5afc0abfdc327c667 (diff)
parenta0f9c6255e98f6ec7fb1dc92a4ce2fa849e3514a (diff)
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
Diffstat (limited to 'css')
-rw-r--r--css/publicshare.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/css/publicshare.css b/css/publicshare.css
index ccacb8ca2..1747a4c65 100644
--- a/css/publicshare.css
+++ b/css/publicshare.css
@@ -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