-
Notifications
You must be signed in to change notification settings - Fork 41
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
Simplified login with square logo needs logo to be smaller #6842
Comments
I cannot replicate this issue, with an SVG logo: Its intrinsic size is 130x130 pixels; on the simplified login page, its rendered size is 130x130 pixels. |
@avpaderno There is no issue with logos of a reasonable size, like yours, which is already quite small. The issue is with big logos, especially square ones, as their size doesn't get restricted (enough). |
Thanks for opening the issue, @izmeez! We started the discussion already in the PR for #6570, but I missed to open a follow-up. See backdrop/backdrop#4957 (review) for details. In that PR, the link surrounding the logo got a
|
@olafgrabienski Thanks for showing the earlier issue and PR that this is related to. |
@olafgrabienski Your suggestion appears to work. I have created a PR for testing and review. Thanks. |
Thanks for the PR, @izmeez ! I've tested the PR in the sandbox, using Seven (with the nearly square big Backdrop logo) and Basis (with a couple of landscape and square logos). They all get scaled down in a nice way. Works for me! |
…e image size. By @izmeez, @olafgrabienski, and @avpaderno.
…e image size. By @izmeez, @olafgrabienski, and @avpaderno.
Thank you @izmeez for taking this on! What an improvement. I merged backdrop/backdrop#5013 into 1.x and 1.30.x. Thank you @olafgrabienski and @avpaderno for reviewing! |
Description of the bug
When the new simplified login option available in 1.30.0 is chosen and the logo provided, either by the active theme or a custom logo, is a square logo the appearance on the simplified login page is too large and needs to be smaller.
This issue was noted in the dev meeting discussion related to issue, #6836
The graphic logo is also not responsive for different screen widths.
The text was updated successfully, but these errors were encountered: