Make searchbar bigger #31 #35

Closed
jakob.scheid wants to merge 3 commits from feature/make-searchbar-bigger into main
2 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -24,7 +24,7 @@ limitations under the License.
<style scoped>
.search-wrapper {
--submit-button-padding-y: 8px;
--submit-button-content-height: 18px;
--submit-button-content-height: 32px;
--padding: 4px;
display: flex;
align-items: center;
@@ -33,6 +33,7 @@ limitations under the License.
border-radius: calc(var(--submit-button-content-height) * 0.5 + var(--submit-button-padding-y) + var(--padding));
padding: var(--padding);
padding-left: calc(var(--submit-button-content-height) + var(--padding));
width: 100%;
}
.search-wrapper input {
+4
View File
@@ -66,4 +66,8 @@ import Searchbar from '../features/search/components/Searchbar.vue'
margin: 0;
font-size: small;
}
#search-form {
width: 70%;
}
</style>