-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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: Fixed issue where content on the search results page wasn't centered #10570
Conversation
It's not supposed to be hidden, the issue is with the alignment 🤔 |
The person who report this issue suggested 2 ways, either hiding it or align it, do you prefer I'll align it? |
It should be properly aligned |
Let me know if the code style need a fix |
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.
LGTM aside the formatting, but someone with more experience on xaml files should review as well.
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.
Some issues on the formatting still. Maybe your git does some automatic formatting when committing?
I tried again to fix the indent even though in my ide it doesn't seem to be a problem, let me know |
Yup, seems something went bad formatting-wise with the last commits (+980 lines modified). I'll take a look to see if I can fix the indent myself. |
Ok, thanks |
@itayweb that should do it formatting wise ;) In case you did not know, you can chose if your tabs are made of spaces or actual tabs under visual studio. More info on Stack Overflow. |
The footer is now well centered, but maybe we could have the two messages to be centered relative to each other? Meaning having |
The best way to solve this issue would be to move it out of the footer and put it under the "No items found" message. |
@QuaintMako while you're at it, do you want to remove the |
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.
LGTM
Resolved / Related Issues
Fixed #10549
Validation
How did you test these changes?