Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2022-09-09 10:06:39 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2022-09-09 10:06:39 +0300
commit98c30fec6739b14d3178f3b6af68a6fa9c64dfa6 (patch)
tree2ffc826c8114b6defadec6f7119a3697771b0fde /css
parentce48317fb58e053e65f9be175f39413a8876edfe (diff)
Adjust public share authentication page to layout changes in NC25
The content now has a fixed position to be always centered in the page. However, in order to add the Talk sidebar the content in the public share authentication page needs to be "pushed" to the left when the sidebar is added, so the content position needs to have a relative position instead (which also keeps the same appearance of the fixed position when the Talk sidebar is not shown yet). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/publicshareauth.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/css/publicshareauth.css b/css/publicshareauth.css
index 765a403f3..559782083 100644
--- a/css/publicshareauth.css
+++ b/css/publicshareauth.css
@@ -33,6 +33,8 @@ body.talk-sidebar-enabled #body-login {
/* #body-login should be used to override the #content rules set in server. */
#body-login #content {
+ position: relative;
+
flex-grow: 1;
flex-direction: column;