this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Minor adjustments for search page

+9 -3
+8 -2
src/pages/search.css
··· 40 40 } 41 41 42 42 @media (min-width: 40em) { 43 - #search-page header input { 44 - background-color: var(--bg-color); 43 + #search-page { 44 + header input { 45 + background-color: var(--bg-color); 46 + } 47 + 48 + .filter-bar { 49 + margin-top: 8px; 50 + } 45 51 } 46 52 } 47 53
+1 -1
src/pages/search.jsx
··· 141 141 return ( 142 142 <div id="search-page" class="deck-container" ref={scrollableRef}> 143 143 <div class="timeline-deck deck"> 144 - <header> 144 + <header class={uiState === 'loading' ? 'loading' : ''}> 145 145 <div class="header-grid"> 146 146 <div class="header-side"> 147 147 <NavMenu />