fix lbc icon on notifications page
This commit is contained in:
parent
c7ede0083e
commit
64ea6e6adc
2 changed files with 5 additions and 1 deletions
|
@ -76,7 +76,7 @@ export default function Notification(props: Props) {
|
||||||
break;
|
break;
|
||||||
case NOTIFICATIONS.DAILY_WATCH_AVAILABLE:
|
case NOTIFICATIONS.DAILY_WATCH_AVAILABLE:
|
||||||
case NOTIFICATIONS.DAILY_WATCH_REMIND:
|
case NOTIFICATIONS.DAILY_WATCH_REMIND:
|
||||||
icon = <Icon icon={ICONS.LBC} sectionIcon className="notification__icon" />;
|
icon = <Icon icon={ICONS.LBC} sectionIcon />;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
icon = <Icon icon={ICONS.NOTIFICATION} sectionIcon className="notification__icon" />;
|
icon = <Icon icon={ICONS.NOTIFICATION} sectionIcon className="notification__icon" />;
|
||||||
|
|
|
@ -52,6 +52,10 @@ $contentMaxWidth: 35rem;
|
||||||
@include handleChannelGif(2rem);
|
@include handleChannelGif(2rem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: $breakpoint-small) {
|
||||||
|
padding: var(--spacing-s);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification__wrapper--unseen {
|
.notification__wrapper--unseen {
|
||||||
|
|
Loading…
Reference in a new issue