We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
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.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
There has been an announce on https://help.nextcloud.com/t/guest-public-page-changes-in-master-from-nc-25-on/142838:
We should fix your styles in the guest app accordingly.
The text was updated successfully, but these errors were encountered: