Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix positioning of the public page footer #34396

Merged
merged 2 commits into from
Oct 3, 2022

Conversation

juliusknorr
Copy link
Member

@juliusknorr juliusknorr commented Oct 3, 2022

Fix: #34399

Fixes the regression mentioned in #34331 that the footer would be positioned a the page top.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
@juliusknorr juliusknorr mentioned this pull request Oct 3, 2022
@juliusknorr juliusknorr requested review from szaimen, a team, PVince81 and artonge and removed request for a team October 3, 2022 10:35
core/css/public.scss Show resolved Hide resolved
@szaimen szaimen mentioned this pull request Oct 3, 2022
9 tasks
Copy link
Member

@vinicius73 vinicius73 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert it for now to fix the broken CI

@szaimen
Copy link
Contributor

szaimen commented Oct 3, 2022

/compile amend /

@@ -82,6 +83,11 @@ $download-button-section-height: 200px;
max-height: 100%;
}


.app-files_sharing #app-content footer {
position: sticky !important;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you think this will work or will we need to make an exceptioni here for txt or md files?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

at least it works for other file types in my testing...

Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@nextcloud-command nextcloud-command force-pushed the bugfix/noid/public-page-footer branch from 9b82a30 to 864b1ca Compare October 3, 2022 13:50
@vinicius73
Copy link
Member

Works @szaimen <3

@vinicius73
Copy link
Member

image

It this CI error related to this PR @juliushaertl @szaimen

@szaimen
Copy link
Contributor

szaimen commented Oct 3, 2022

It this CI error related to this PR @juliushaertl @szaimen

the error is unrelated afaics

@szaimen szaimen merged commit 586d031 into master Oct 3, 2022
@szaimen szaimen deleted the bugfix/noid/public-page-footer branch October 3, 2022 15:09
@szaimen
Copy link
Contributor

szaimen commented Oct 3, 2022

/backport to stable25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Public view footer broken
3 participants