fix lbc icon on notifications page

This commit is contained in:
Sean Yesmunt 2020-11-13 00:36:23 -05:00
parent c7ede0083e
commit 64ea6e6adc
2 changed files with 5 additions and 1 deletions

View file

@ -76,7 +76,7 @@ export default function Notification(props: Props) {
break;
case NOTIFICATIONS.DAILY_WATCH_AVAILABLE:
case NOTIFICATIONS.DAILY_WATCH_REMIND:
icon = <Icon icon={ICONS.LBC} sectionIcon className="notification__icon" />;
icon = <Icon icon={ICONS.LBC} sectionIcon />;
break;
default:
icon = <Icon icon={ICONS.NOTIFICATION} sectionIcon className="notification__icon" />;

View file

@ -52,6 +52,10 @@ $contentMaxWidth: 35rem;
@include handleChannelGif(2rem);
}
}
@media (max-width: $breakpoint-small) {
padding: var(--spacing-s);
}
}
.notification__wrapper--unseen {