Skip to content

Update the template styling for public pages #1128

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

Closed
christianlupus opened this issue Jul 29, 2022 · 0 comments · Fixed by #1201
Closed

Update the template styling for public pages #1128

christianlupus opened this issue Jul 29, 2022 · 0 comments · Fixed by #1201
Labels
Frontend Issue or PR related to the frontend code maintenance

Comments

@christianlupus
Copy link
Collaborator

There has been an announce on https://help.nextcloud.com/t/guest-public-page-changes-in-master-from-nc-25-on/142838:

Hello app dev,

For [NC] 25, we have significantly changed the style of the guest/login pages (see Redesign guest pages for better accessibility by CarlSchwan · Pull Request #33265 · nextcloud/server · GitHub 2). If your app is providing some public pages, please make sure to adapt it to the new style.

In practice, it only requires, wrapping your existing UI with the following code:

<div class="guest-box">
     // existing code
</div>

We should fix your styles in the guest app accordingly.

@christianlupus christianlupus added this to the Release 0.9.15 milestone Jul 29, 2022
@christianlupus christianlupus changed the title Update the template syling for public pages Update the template styling for public pages Aug 2, 2022
@christianlupus christianlupus added Frontend Issue or PR related to the frontend code maintenance labels Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Frontend Issue or PR related to the frontend code maintenance
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant