Uh oh!
There was an error while loading. Please reload this page.
Move login page more to the top - #6736
Conversation
rullzer
commented
Oct 3, 2017
@nextcloud/designers |
enoch85
commented
Oct 3, 2017
OK on mobile devices, not otherwise IMHO |
jancborchardt
commented
Oct 3, 2017
Not sure about this – normally you click away the app installation prompt and then it’s fine. What do you think @nextcloud/designers? |
Dennis1993
commented
Oct 3, 2017
If I click it away then it is okay, yes but all elements are not centered. The complete form is on the bottom of the browser on small screens and above the logo is free space in mobile view. |
MariusBluem
commented
Oct 3, 2017
This is only a problem on iPhone SE (and other 4 inch iOS devices), right? |
jancborchardt
commented
Oct 4, 2017
In any case, the way it should be fixed is only on mobile, and only if it’s actually necessary. :) Cutting it all from 100 to 30px is going to make it look bad on other devices. |
skjnldsv
commented
Oct 4, 2017
Why isn't this div directly centered in the middle of the page? |
@MariusBluem Yes, it's only on small devices. I think on large phones the page is more centered. In TOTP the same Problem. Here we can't see the cancel button. The footer is not displayed too |
Espina2
commented
Oct 8, 2017
I made the change for center the div every new release. It what makes sense, I agree with @skjnldsv. If we center it will be fixed in all devices. |
jancborchardt
commented
Oct 11, 2017
@Espina2 mind submitting a pull request to fix it in the main software? ;) |
Espina2
commented
Nov 2, 2017
@jancborchardt I can do that. |
jancborchardt
commented
Nov 2, 2017
@Espina2 cool! Tomorrow is feature freeze for Nextcloud 13 just for info, if you want to get it into that. :) |
Codecov Report
@@ Coverage Diff @@## master #6736 +/- ##
=========================================
Coverage 50.73% 50.73% Complexity 24413 24413 =========================================
Files 1579 1579 Lines 93294 93294 Branches 1359 1359 =========================================
Hits 47332 47332 Misses 45962 45962 |
@jancborchardt @nextcloud/designers Please see if that is okay. |
Espina2
commented
Nov 6, 2017
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
cd04715 to
37c60c2CompareMorrisJobke
commented
Nov 7, 2017
I fixed the code style and rebased on master. |
Espina2
commented
Nov 9, 2017
@MorrisJobke Sorry I make the changes directly on github. |
MorrisJobke
commented
Nov 9, 2017
Don't worry :) |
jancborchardt
commented
Nov 10, 2017
Good stuff, thanks @Espina2! :) |
skjnldsv
commented
Nov 10, 2017
Nice! That's what we needed :) |
ChristophWurst
commented
Nov 13, 2017
MorrisJobke
commented
Nov 13, 2017
Could you open a new ticket for that? |





on iPhone SE the login button is not shown when the AppInfo is displayed. This change move the page more to the top. The login button is now displayed on small cellphones like iPhone SE
Before:

After:
