Small design polishing on FilterBar

This commit is contained in:
Justin Edmund 2022-03-04 05:57:30 -08:00
parent 682738eacc
commit 3d5e7ab7ff

View file

@ -1,11 +1,12 @@
.FilterBar {
align-items: center;
background: white;
border-radius: 6px;
border-radius: $unit;
display: flex;
flex-direction: row;
gap: $unit * 2;
margin: 0 auto;
margin-top: 7px; // Line up with HeaderMenu
padding: $unit * 2;
position: sticky;
transition: box-shadow 0.24s ease-in-out;