diff options
author | szaimen <szaimen@e.mail.de> | 2022-09-29 16:08:40 +0200 |
---|---|---|
committer | szaimen <szaimen@e.mail.de> | 2022-09-29 17:23:58 +0200 |
commit | 19fc735a5355db6966348da04b4195c616026b62 (patch) | |
tree | 093e35ba8a51510a59b40a0300e5a63326c9c643 /apps/files_sharing | |
parent | d647025f616c95137be269cc7467c23671a08aa2 (diff) | |
download | nextcloud-server-19fc735a5355db6966348da04b4195c616026b62.tar.gz nextcloud-server-19fc735a5355db6966348da04b4195c616026b62.zip |
fix public view - attempt 2
Signed-off-by: szaimen <szaimen@e.mail.de>
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/css/public.scss | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/apps/files_sharing/css/public.scss b/apps/files_sharing/css/public.scss index 72762bd3bcd..1e5e6ee229e 100644 --- a/apps/files_sharing/css/public.scss +++ b/apps/files_sharing/css/public.scss @@ -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; |