fix channel gif alignment on comments

This commit is contained in:
Sean Yesmunt 2020-06-03 11:09:02 -04:00
parent 02b67d9271
commit af5ee2f253

View file

@ -15,6 +15,10 @@
&:last-of-type {
padding-top: var(--spacing-medium);
}
.channel-thumbnail {
@include handleChannelGif(3rem);
}
}
.comment__create--reply {