[frontend]: fix design in playlist

This commit is contained in:
Jesús 2021-12-18 23:12:08 -05:00
parent 519b7e64e7
commit 0820909b7e
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -297,6 +297,12 @@ hr {
cursor: pointer;
}
.item-video address {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.item-video.channel-item .thumbnail.channel {
display: flex;
justify-content: center;