Skip to content
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 fuzziness #882

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dostogircse171
Copy link
Contributor

This pull request fixes the issue with the logo looking fuzzy on retina screens. The logo has been updated to a high-resolution format and the dimensions have been adjusted to ensure that it looks clear on all screens.

Copy link
Contributor

@amakarudze amakarudze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your work on this. Please see my comments.

@@ -159,6 +159,9 @@ form
.logo
float: left

img
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This class is not used on the logo in templates/global/menu.html where the CSS class for the logo is set as logo. Since you changed the size of the logo, this will have breaking changes on the navbar unless you set the width to the logo class in this file for navbar or edit the logo in templates/global/menu.html to use both classes img and logo or set the width/height of the new image to the dimensions of the deleted file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants