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