fix nav spacing

This commit is contained in:
keyan 2024-03-28 12:33:58 -05:00
parent 5b18c1ff5b
commit dfc3d7dfa6
3 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,7 @@ export default function SecondBar (props) {
activeKey={topNavKey}
>
<NavSelect sub={sub} size='medium' className='me-1' />
<Sorts {...props} />
<div className='ms-2 d-flex'><Sorts {...props} className='ms-1' /></div>
<PostItem className='ms-auto me-0 d-none d-md-flex' prefix={prefix} />
</Nav>
</Navbar>

View File

@ -13,7 +13,7 @@ export default function TopBar ({ prefix, sub, path, topNavKey, dropNavKey }) {
>
<Back />
<Brand className='me-1' />
<SearchItem prefix={prefix} className='me-0 ms-0 ms-md-auto d-none d-md-flex' />
<SearchItem prefix={prefix} className='me-0 ms-2 d-none d-md-flex' />
<NavPrice className='ms-auto me-0 mx-md-auto d-none d-md-flex' />
{me
? <MeCorner dropNavKey={dropNavKey} me={me} className='d-none d-md-flex' />

View File

@ -6,6 +6,7 @@
background-color: var(--bs-body-bg);
border-top: 1px solid var(--theme-toolbarActive);
z-index: 1000;
padding-bottom: 1.5rem;
}
.footerNav {