* Initial Search Item

* Pagination thing

* Local changes

* Push component

* Interface with API

* Temporary loader indication

* Fix sidebar spacing

* Filters sidebar

* Add filters sidebar

* Make package files the same
This commit is contained in:
Geometrically
2020-09-02 07:55:48 -07:00
committed by GitHub
parent 8394535725
commit 80ded84f7a
4 changed files with 586 additions and 3 deletions

View File

@@ -162,6 +162,10 @@
width: 100%;
aside {
top: 0;
position: -webkit-sticky;
position: sticky;
max-height: 100vh;
border-right: 1px solid var(--color-grey-2);
display: flex; // Flex here to safely expand navigation height
flex-direction: column;
@@ -205,9 +209,7 @@
a {
align-items: center;
border-radius: 0.25rem;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
border-radius: 0 0.25rem 0.25rem 0;
color: var(--color-grey-5);
display: flex;
margin-bottom: 0.25rem;