-
Notifications
You must be signed in to change notification settings - Fork 238
Update gitignore, simplify layout, fix refresh button UI, unify headlines/margins, improve modal responsiveness and theme color selection #834
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Been testing this with the latest commits (d86bf28), browser (Chrome) window on the right showing the changes to the layout. |
mutatrum
approved these changes
Apr 20, 2025
WantClue
approved these changes
Apr 22, 2025
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.
nice one
WantClue
pushed a commit
that referenced
this pull request
May 2, 2025
…ines/margins, improve modal responsiveness and theme color selection (#834) * chore: ignore .DS_Store and system files in .gitignore * fix(layout): reduce left padding on tablets * fix(home): simplify layout structure and remove extra margin * style: refresh button width grid stacking * fix(layout): adjust padding for tablets * style: unify section headlines to use consistent h2 tags * style: improved theme selection * fix: improve modal width on mobile using dvw * fix: item alignment * style: fix card margin * fix: setting cards, same height * fix: setting card layout
un-painted
pushed a commit
to un-painted-org/ESP-Miner
that referenced
this pull request
May 5, 2025
…ines/margins, improve modal responsiveness and theme color selection (bitaxeorg#834) * chore: ignore .DS_Store and system files in .gitignore * fix(layout): reduce left padding on tablets * fix(home): simplify layout structure and remove extra margin * style: refresh button width grid stacking * fix(layout): adjust padding for tablets * style: unify section headlines to use consistent h2 tags * style: improved theme selection * fix: improve modal width on mobile using dvw * fix: item alignment * style: fix card margin * fix: setting cards, same height * fix: setting card layout
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
chore: copied system files
.gitignore
entries from/axe-os/.gitignore
to globally ignore system files (like.DS_Store
, since my mac added those)fix: reduced left padding on tablets
before on tablet:
after on tablet:
before:
after:
I noticed the refresh button's width changed based on the countdown seconds, I used grid stacking to preserve a consistent width.
before:
after: