Skip to content

Commit 1150587

Browse files
authored
Merge pull request #34373 from nextcloud/backport/34331/stable25
[stable25] fix public view
2 parents 34ca126 + 6514425 commit 1150587

File tree

8 files changed

+17
-18
lines changed

8 files changed

+17
-18
lines changed

apps/files_sharing/css/public.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files_sharing/css/public.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files_sharing/css/public.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ $download-button-section-height: 200px;
3535
width: unset !important;
3636
}
3737

38+
#imgframe :not(#viewer) img {
39+
min-width: 100px;
40+
}
41+
3842
#imgframe video {
3943
max-height: calc(100vh - var(--header-height) - #{$footer-height} - #{$download-button-section-height});
4044
}
@@ -78,11 +82,6 @@ $download-button-section-height: 200px;
7882
max-height: 100%;
7983
}
8084

81-
// Fix footer overlapping with app-content
82-
.app-files_sharing #app-content {
83-
max-height: calc(100vh - var(--header-height) - #{$footer-height});
84-
}
85-
8685
/* fix multiselect bar offset on shared page */
8786
thead {
8887
left: 0 !important;

apps/files_sharing/css/publicView.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files_sharing/css/publicView.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/css/public.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/css/public.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ $footer-height: 65px;
6969

7070
/* public footer */
7171
footer {
72-
position: fixed;
72+
position: sticky !important;
7373
display: flex;
7474
align-items: center;
7575
justify-content: center;

core/css/server.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)