Search bar, Backlog->Catalog, UI fixes, only one Notification #128
|
@ -189,7 +189,7 @@ button {
|
||||||
.catalog-bar {
|
.catalog-bar {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0.4rem 0;
|
margin: 13px 0 0.4rem 0;
|
||||||
padding: 0 0.5rem;
|
padding: 0 0.5rem;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -9,7 +9,7 @@ export function SearchBar() {
|
||||||
<input type="search"
|
<input type="search"
|
||||||
id="search_bar"
|
id="search_bar"
|
||||||
className="search-catalog-input form-control"
|
className="search-catalog-input form-control"
|
||||||
placeholder="Search through cards"
|
placeholder="Search"
|
||||||
value={search_bar_value}
|
value={search_bar_value}
|
||||||
onChange={event => updateSearchBar(event.target.value)}
|
onChange={event => updateSearchBar(event.target.value)}
|
||||||
aria-label="Search"/>
|
aria-label="Search"/>
|
||||||
|
|
Loading…
Reference in New Issue