Fix search bar input field height #36 #38

Merged
jakob.scheid merged 5 commits from bugfix/searchbar-input-field-height into main 2026-05-07 21:11:28 +02:00
2 changed files with 5 additions and 0 deletions
Showing only changes of commit 93aec1c44d - Show all commits
@@ -17,6 +17,7 @@
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
@@ -50,4 +50,8 @@ import Searchbar from '../features/search/components/Searchbar.vue'
margin: 0;
font-size: small;
}
#search-form {
width: 70%;
}
</style>