mirror of https://github.com/stashapp/stash.git
Fix navbar height (#481)
This commit is contained in:
parent
7e747fd8a9
commit
f21e04dcbc
|
@ -157,7 +157,7 @@ export const MainNavbar: React.FC = () => {
|
|||
))}
|
||||
</Nav>
|
||||
</Navbar.Collapse>
|
||||
<Nav className="order-2">
|
||||
<Nav className="order-2 flex-row">
|
||||
<div className="d-none d-sm-block">{newButton}</div>
|
||||
<LinkContainer exact to="/settings" onClick={() => setExpanded(false)}>
|
||||
<Button className="minimal settings-button">
|
||||
|
|
Loading…
Reference in New Issue