Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/css/public.css')
-rw-r--r--apps/files_sharing/css/public.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index 79c5fe9c04d..816ee1fb6f9 100644
--- a/apps/files_sharing/css/public.css
+++ b/apps/files_sharing/css/public.css
@@ -47,7 +47,7 @@
}
#imgframe img {
- max-height: calc(100vh - var(--header-height) - 65px - 200px) !important;
+ max-height: calc(100vh - var(--header-height) - 65px - 200px - 16px) !important;
max-width: 100% !important;
width: unset !important;
}
@@ -57,7 +57,7 @@
}
#imgframe video {
- max-height: calc(100vh - var(--header-height) - 65px - 200px);
+ max-height: calc(100vh - var(--header-height) - 65px - 200px - 16px);
}
#imgframe audio {
@@ -98,6 +98,10 @@
max-height: 100%;
}
+.app-files_sharing #app-content footer {
+ position: sticky !important;
+}
+
/* fix multiselect bar offset on shared page */
thead {
left: 0 !important;