generated from Seekra/repository-template
Fix search bar input field height #36 #38
@@ -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 {
|
||||
|
||||
@@ -50,4 +50,8 @@ import Searchbar from '../features/search/components/Searchbar.vue'
|
||||
margin: 0;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
#search-form {
|
||||
width: 70%;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user