-
Notifications
You must be signed in to change notification settings - Fork 226
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
Improved responsiveness of shortcuts section #227
base: main
Are you sure you want to change the base?
Conversation
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.
Thank you very much @sohan10012 for your very hard work
@prem-k-r Please review the changes |
Screencast.from.2024-11-29.16-18-10.webmI see weird positioning of shortcuts for larger devices, Please don't change its position keep it centered |
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.
Requesting changes
style.css
Outdated
left: 0; | ||
right: 0; | ||
justify-content: center; | ||
right: 320px; /* Adjusted margin for shortcuts to align right */ |
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.
Sorry @sohan10012 but we can't let the shortcuts align at the right side.
You should change it.
Oh ok thank you 😄
…On Fri, 29 Nov, 2024, 4:27 pm XengShi, ***@***.***> wrote:
Screencast from 2024-11-29 16-18-10.webm
<https://github.com/user-attachments/assets/dacf9549-11e9-4826-a5ba-f1353f9e906b>
I see weird positioning of shortcuts for larger devices, Please don't
change its position keep it centered
—
Reply to this email directly, view it on GitHub
<#227 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BHX3ONNBQ743V23TDLDXDRL2DBB7ZAVCNFSM6AAAAABSWZ5IEWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBXGU3DQOJRGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
…of the #shortcuts-section to use percentages instead of fixed pixels.- This change ensures that the section remains well-aligned and visually appealing on larger screens.- Added media queries to dynamically adjust the right margin based on screen width.- Addressed the issue where the section looked messy on larger devices by making it more responsive.
i resolved that isse and now can u please check once >?? |
the shortcut tab position is in fixed position , so the shortcut section looked weird ,, but if u insepect the page and check for its views in differents screen widths , the shortcut centre is completely alligned , Thank you for the reviews |
Screen.Recording.2024-11-29.181826.mp4this is the screen recording |
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.
Oh, no worries! I understand your intention to keep it organized, but I personally don't prefer the right-aligned change. |
Mee too. |
okay bro , thank you , i hope i can contribute in this project , if there are any issues related to frontend please ping me up , i am willing to help |
Just make the shortcuts stay centered and resolve the conflicts. It looks better if the shortcuts stay at the center. |
@sohan10012 Your idea of aligning the shortcut position with the search bar section is quite creative, but I believe it works best when there are only a few shortcuts. For contributing to the project: Happy Coding! |
sure i will resolve the issue |
sure , i will try to solve this by next week |
Screen.Recording.2024-11-29.210140.mp4does this work ?? i mean when the tools wrap up they get overlapped on the above tools , vivibility becomes quite bad and also difficult |
I don't think someone will use portrait monitor for the extention 😄 |
yeah kind of, what else we can do lol. |
so should i push ?? if u have any tips u give me , i will try implementing it |
Btw current responsiveness: responsiveness.shortcuts.mp4 |
glassmorphism .. maybe not |
Screen.Recording.2024-11-29.213217.mp4this is how it looks right now, yeah okay i can wait✌️ |
seems fine, please push it |
… AI tools container remains in its original position.- Removed border radius for a cleaner look.- Added margin to AI tools when they start wrapping up to maintain a well-organized layout.- Ensured smooth transitions for a consistent appearance across different screen sizes.
Screen.Recording.2024-11-30.195458.mp4final screen recording |
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.
Conflicts
.. |
Yup it's a better idea. |
ok sure , i will do it tomorrow |
Done with the conflicts 👍, please check once |
Screen.Recording.2024-12-02.184917.mp4Screen.Recording.2024-12-02.184749.mp4is the animation speed okay? |
Screen.Recording.2024-12-02.200420.mp4screen record of the ai tools |
Hi @prem-k-r @itz-rj-here , could you please provide an update on my PR? Thank you! |
Seems good to merge.. |
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.
The code looks ok for me
@sohan10012 Screencast.From.2024-12-05.21-21-53.mp4 |
Sorry I am unable to do that , the height of the page isn't getting altered to fix the overflow of the container . |
Checkout https://github.com/XengShi/materialYouNewTab/tree/chrome-v2.5 I have added a scrolling effect instead of wrapping |
Sure I will look into it |
d2d0323
Enhanced Visual Appeal: Adjusted the CSS to align the
#shortcuts-section
to the right, making it look more organized and visually appealing.For screens wider than 1400px, the section is positioned 320px from the right edge.
For screens between 1400px and 1200px, the right margin decreases dynamically to keep the
section aligned to the right.
For screens narrower than 1200px, the section is centered horizontally.
For screens narrower than 900px, the section remains centered and takes the full width.
Responsive Design: Added media queries to handle different screen widths and ensure smooth
transitions.
Consistent Layout: Utilized flexbox properties such as
flex-wrap
andjustify-content
to maintainUniform Spacing: Applied consistent padding and gap values to ensure uniform spacing.
Impact: