fix extra padding on unseen notifications

This commit is contained in:
Sean Yesmunt 2020-08-25 12:22:02 -04:00
parent a28ce2d3b8
commit 23dfddefa1
2 changed files with 1 additions and 3 deletions

View file

@ -22,6 +22,7 @@
.notification__wrapper { .notification__wrapper {
width: 100%; width: 100%;
display: flex; display: flex;
padding: var(--spacing-m);
.channel-thumbnail { .channel-thumbnail {
@include handleChannelGif(3rem); @include handleChannelGif(3rem);
@ -35,8 +36,6 @@
} }
.notification__wrapper--unseen { .notification__wrapper--unseen {
padding: var(--spacing-m);
border-radius: var(--border-radius);
background-color: var(--color-card-background-highlighted); background-color: var(--color-card-background-highlighted);
&:hover { &:hover {

View file

@ -96,7 +96,6 @@
.menu__link--notification { .menu__link--notification {
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
padding: var(--spacing-s);
.icon__wrapper { .icon__wrapper {
height: 2.5rem; height: 2.5rem;