-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 logo being too big on log in page, fix #4585 #4910
Conversation
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
@jancborchardt, thanks for your PR! By analyzing the history of the files in this pull request, we identified @juliushaertl and @MorrisJobke to be potential reviewers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cuts of parts of the image if it is in portrait format. 👎
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Codecov Report
@@ Coverage Diff @@
## master #4910 +/- ##
============================================
+ Coverage 54.16% 54.16% +<.01%
Complexity 22173 22173
============================================
Files 1365 1365
Lines 84893 84885 -8
Branches 1322 1322
============================================
Hits 45981 45981
+ Misses 38912 38904 -8
|
@jancborchardt I've added another commit to keep the logo stretched to the container when custom themed logos are used. @MorrisJobke Was that what you were talking about above? Or is it a different issue? |
Yes - works now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and works now 👍
@jancborchardt If you want this backported then please open a backport for stable12. Note that it likely will only be included with Nextcloud 12.0.1. |
I think we should backport this. PR at #4976 |
Please review @nextcloud/designers @MorrisJobke @MariusBluem @juliushaertl – it was caused by theming changes. Removing them makes theming still work, and fixes the issue with the logos being way too big, for example even touching the .warning box on error pages.
Before / after:

