Search bar, Backlog->Catalog, UI fixes, only one Notification #128

Merged
sb10q merged 1 commits from esavkin/web2019:69-search-bar into master 2024-08-17 17:37:19 +08:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 3fd43e0de8 - Show all commits

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"/>