Increase padding in searchbar to avoid shadow

Signed-off-by: Egor Savkin <es@m-labs.hk>
pull/128/head
Egor Savkin 2024-04-10 15:17:31 +08:00
parent 4448029757
commit 3fd43e0de8
3 changed files with 3 additions and 3 deletions

View File

@ -189,7 +189,7 @@ button {
.catalog-bar {
display: flex;
width: 100%;
margin: 0.4rem 0;
margin: 13px 0 0.4rem 0;
padding: 0 0.5rem;
justify-content: space-around;

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@ export function SearchBar() {
<input type="search"
id="search_bar"
className="search-catalog-input form-control"
placeholder="Search through cards"
placeholder="Search"
value={search_bar_value}
onChange={event => updateSearchBar(event.target.value)}
aria-label="Search"/>