mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-15 08:54:01 +00:00
Fixing navbar bell padding.
This commit is contained in:
parent
f76c3af557
commit
4949ab973b
1 changed files with 1 additions and 1 deletions
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>
|
</Link>
|
||||||
{this.state.isLoggedIn && (
|
{this.state.isLoggedIn && (
|
||||||
<Link
|
<Link
|
||||||
class="ml-auto navbar-toggler nav-link"
|
class="ml-auto p-0 navbar-toggler nav-link"
|
||||||
to="/inbox"
|
to="/inbox"
|
||||||
title={i18n.t('inbox')}
|
title={i18n.t('inbox')}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue