🎨 Tweaking styling of the library table

This commit is contained in:
2022-10-28 21:46:16 -07:00
parent ff5ce10e17
commit c6a3be968a
3 changed files with 14 additions and 8 deletions

View File

@@ -277,9 +277,11 @@ export const Library = (): ReactElement => {
return (
<section className="container">
<div className="section">
<div className="sticky"><h1 className="title">Library</h1></div>
{/* Search bar */}
<SearchBar />
<div className="header-area sticky">
<h1 className="title">Library</h1>
{/* Search bar */}
<SearchBar />
</div>
{!isUndefined(searchResults.hits) && (
<div>
<div className="library">