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

mobile header on all pages. #458

Merged
merged 2 commits into from
Feb 29, 2024
Merged

Conversation

buddy-web3
Copy link
Member

No description provided.

@@ -78,8 +78,9 @@
}
.container-search-results {
height: 50vh !important;
width: 100% !important;
width: 82vw !important;
position: inherit !important;
Copy link
Collaborator

Choose a reason for hiding this comment

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

is it possible to do this without the importants? They're in general toxic, so should be used as sparingly as possible

Copy link
Member Author

Choose a reason for hiding this comment

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

I know it's ugly.. but although the imports are in the correct order, nav.css still overwrites them

Copy link
Collaborator

Choose a reason for hiding this comment

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

how about wrapping them in a media query, so they are only applied on mobile/desktop?

Copy link
Member Author

Choose a reason for hiding this comment

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

made a new class for them on mobile, loading it last

@buddy-web3 buddy-web3 merged commit a8d6286 into stampy-redesign Feb 29, 2024
1 check passed
@buddy-web3 buddy-web3 deleted the stampy-redesign-424-a branch February 29, 2024 10:56
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