generated from Seekra/repository-template
Search bar below navbar #98
Reference in New Issue
Block a user
Delete Branch "bugfix/search-bar-below-navbar"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Search bar below navbar (Bugfix)
I realize that the commit isn't safe; I'll fix the problem right away.
Goal
Move the Search bar below the navbar. -> when under 1000px.
Changes
Navbar.vue:
SearchResultsView.vue:
Link to Issue:
Place the search bar on the search results view below the navbar (#97)
@@ -93,2 +94,4 @@width: 70%;}@media (max-width: 1000px) {That is not a major device width break.
It‘s the critical width where it look bad
Please use
67.5rem(the width where tablets begin)@@ -37,0 +60,4 @@border-bottom: 1px solid var(--border);}@media (max-width: 1000px) {Please use
67.5rem(the width where tablets begin)Pull request closed