generated from Seekra/repository-template
Show search bar below the navbar on the search results view on small screens #99
@@ -39,7 +39,7 @@ const submitSearch = function () {
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<form @submit.prevent="submitSearch">
|
||||
<form @submit.prevent="submitSearch" class="search-form">
|
||||
<div class="search-wrapper">
|
||||
<input
|
||||
v-model="searchQuery"
|
||||
@@ -108,4 +108,8 @@ const submitSearch = function () {
|
||||
.search-button:hover {
|
||||
background: var(--primary-color-l-1);
|
||||
}
|
||||
|
||||
.search-form {
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user