mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-31 01:11:26 +00:00
Fix CSS - separator lines
This commit is contained in:
parent
c6ad44d1e5
commit
6637c7b98b
2 changed files with 2 additions and 1 deletions
|
@ -160,7 +160,7 @@ export default function Notification(props: Props) {
|
||||||
)
|
)
|
||||||
: notificationLink
|
: notificationLink
|
||||||
? (props: { children: any }) => (
|
? (props: { children: any }) => (
|
||||||
<NavLink {...navLinkProps}>
|
<NavLink {...navLinkProps} className="menu__link--notification">
|
||||||
<a className="menu__link--notification" onClick={handleNotificationClick}>
|
<a className="menu__link--notification" onClick={handleNotificationClick}>
|
||||||
{props.children}
|
{props.children}
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -119,6 +119,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu__link--notification {
|
.menu__link--notification {
|
||||||
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue