-
-
Notifications
You must be signed in to change notification settings - Fork 27
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(GUI) Stretched Logo on Mobile and Safari #86
Fix(GUI) Stretched Logo on Mobile and Safari #86
Conversation
✅ Deploy Preview for ap-template-playground ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hi @Vinyl-Davyl can you please review the code |
Hi @nitro56565 looks great. |
Signed-off-by: Mahesh Patil <nitro56565@gmail.com>
Signed-off-by: Mahesh Patil <nitro56565@gmail.com>
77d5208
to
d9258e5
Compare
@Vinyl-Davyl done |
1 similar comment
@Vinyl-Davyl done |
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.
changes and fixes for this have been made(i.e ConcertoEditor) in the most recent PR before this.
could you try reviewing the PR before this, see where it’s being made so you could make adjustments to avoid front running merge conflicts.
alright I'll check that |
Signed-off-by: Mahesh Patil <nitro56565@gmail.com>
I have merged your pr for concerto editor please check and let me know if there is any issue. |
@@ -105,7 +105,7 @@ function Navbar({ scrollToExplore }: { scrollToExplore: any }) { | |||
preview={false} | |||
style={{ | |||
paddingRight: screens.md ? "1.5em" : "10px", | |||
height: "26px", | |||
height: "26px", maxWidth: screens.md ? '184.17px' : '36.67px', |
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.
This is fine for now. @Vinyl-Davyl @nitro56565 can we please look into having a consistent unit for styles, we are using em, px both. Let's please fix this as well.
@nitro56565 what is the concerto editor change about? |
src/components/Navbar.tsx
Outdated
@@ -105,7 +105,7 @@ function Navbar({ scrollToExplore }: { scrollToExplore: any }) { | |||
preview={false} | |||
style={{ | |||
paddingRight: screens.md ? "1.5em" : "10px", |
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.
okay @nitro56565 can you change this: 1.5em in the paddingRight, to the equivalent of 24 pixels from the base format 16px.
so change 1.5em to 24px to ensure consistency here!
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.
alright I'll do that
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.
@Vinyl-Davyl done with these changes
@sanketshevkar there was type declaration issue in concerto which I fixed because my build was failing, but @Vinyl-Davyl had already fixed it in his new PR therefore I matched his changes with mine to avoid merge conflict. |
Signed-off-by: Mahesh Patil <nitro56565@gmail.com>
Are @Vinyl-Davyl changes already merged? If yes, you had to rebase to the main. We shouldn't be seeing the diff for |
…and encoded template data in URLs (accordproject#85) * chore: updated spinner style Signed-off-by: Vinyl-Davyl <okononfuadavid@gmail.com> * feat: functionality to generate shareable links that include the encoded template data with lz-string implementation Signed-off-by: Vinyl-Davyl <okononfuadavid@gmail.com> * chore: concertoEditor build fixes Signed-off-by: Vinyl-Davyl <okononfuadavid@gmail.com> * chore: build fixes Signed-off-by: Vinyl-Davyl <okononfuadavid@gmail.com> * fix: review changes Signed-off-by: Vinyl-Davyl <okononfuadavid@gmail.com> * feat: URL versioning Signed-off-by: Vinyl-Davyl <okononfuadavid@gmail.com> --------- Signed-off-by: Vinyl-Davyl <okononfuadavid@gmail.com>
His changes are not yet merged should I rebase it back to the last changes as it was? but it would create a build error will that be fine? |
Signed-off-by: Mahesh Patil <nitro56565@gmail.com>
Signed-off-by: Mahesh Patil <nitro56565@gmail.com>
Signed-off-by: Mahesh Patil <nitro56565@gmail.com>
Signed-off-by: Mahesh Patil <nitro56565@gmail.com>
…b.com/nitro56565/template-playground into nitro56565/i84/safari-header-logo-bug
Hey @Vinyl-Davyl I have merged your PR which was just pushed on the main branch with mine the code looks fine at my end can you please review. @sanketshevkar |
Hi @nitro56565 the changes has been merged now. I think you should rebase to main / pull the latest changes to ensure sync and eliminate the blocker you have on build. Also you should scope the changes to the "Stretched Logo on Mobile and Safari" issue i.e the Navbar.tsx file alone now, then you should be good to go. |
Closes #84 #82
Description
This pull request addresses issue #84 , which highlights the problem of the logo appearing stretched on mobile devices and in the Safari browser. The issue was caused by browser-defined CSS, which has now been fixed. The logo will maintain its aspect ratio and display correctly on all devices and browsers, including mobile devices and Safari.
Changes
Screenshots or Video
Related Issues
Author Checklist
--signoff
option of git commit.main
fromfork:branchname