mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-10 10:08:58 +00:00
Fixing navbar bell padding.
This commit is contained in:
parent
f76c3af557
commit
4949ab973b
2
ui/src/components/navbar.tsx
vendored
2
ui/src/components/navbar.tsx
vendored
|
@ -104,7 +104,7 @@ export class Navbar extends Component<any, NavbarState> {
|
|||
</Link>
|
||||
{this.state.isLoggedIn && (
|
||||
<Link
|
||||
class="ml-auto navbar-toggler nav-link"
|
||||
class="ml-auto p-0 navbar-toggler nav-link"
|
||||
to="/inbox"
|
||||
title={i18n.t('inbox')}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue