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

View file

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