Fix premium badge position

This commit is contained in:
Raphael Wickihalder 2022-07-11 18:31:05 +02:00
parent 214263d111
commit 59c75c9cec
No known key found for this signature in database
GPG key ID: 05179BB92383243D

View file

@ -291,7 +291,6 @@ body {
.channel-name {
margin-top: 0;
p {
width: 181px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@ -313,11 +312,6 @@ body {
display: none;
width: 1.4rem;
height: 1.4rem;
/*
@media (max-width: $breakpoint-small) {
display: flex;
margin-right: var(--spacing-xs);
}*/
}
}