diff --git a/src/client/assets/scss/App.scss b/src/client/assets/scss/App.scss index 4e3e039..d020115 100644 --- a/src/client/assets/scss/App.scss +++ b/src/client/assets/scss/App.scss @@ -32,6 +32,11 @@ pre { background-color: $bg-color; } } + +.navbar { + border-bottom: 1px solid #f2f1f9; +} + .navbar-item.is-mega { position: static; @@ -314,7 +319,7 @@ pre { // Library .sticky { position: sticky; - top: 56px; + top: 57px; z-index: 2; background: #fffffc; } diff --git a/src/client/components/Dashboard/LibraryStatistics.tsx b/src/client/components/Dashboard/LibraryStatistics.tsx index e9982eb..f216fe6 100644 --- a/src/client/components/Dashboard/LibraryStatistics.tsx +++ b/src/client/components/Dashboard/LibraryStatistics.tsx @@ -6,10 +6,10 @@ export const LibraryStatistics = ( props: ILibraryStatisticsProps, ): ReactElement => { // const { stats } = props; - console.log(props); return ( <>

Statistics

+

A brief snapshot of your library.

diff --git a/src/client/components/Navbar.tsx b/src/client/components/Navbar.tsx index af2defc..353abc5 100644 --- a/src/client/components/Navbar.tsx +++ b/src/client/components/Navbar.tsx @@ -47,6 +47,10 @@ const Navbar: React.FunctionComponent = (props) => { Library + + Downloads + + Search