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

Updated the CSS for mobile search #2238

Merged
merged 1 commit into from Sep 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,3 +4,4 @@
# License Scout
license-cache
results/
dump.rdb
Expand Up @@ -25,4 +25,5 @@
*= require resource
*= require structure
*= require groups
*= require mobile_search
*/
9 changes: 9 additions & 0 deletions src/supermarket/app/assets/stylesheets/mobile_search.scss
@@ -0,0 +1,9 @@
@media only screen and (max-width: 32em) {
.search_field{
width: 50% !important;
}
.search_button{
width: 25% !important;
display: inline-block !important;
}
}