mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 20:15:01 +00:00
Fixing navbar bell padding.
This commit is contained in:
parent
af0ca165b7
commit
5b7e75c5cd
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>
|
||||
{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