Fix playlist element title overflow

This commit is contained in:
Chocobozzz 2023-10-27 11:24:37 +02:00
parent 414875a220
commit 2809ebbc20
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -37,6 +37,9 @@ my-video-thumbnail,
@include disable-default-a-behaviour; @include disable-default-a-behaviour;
color: pvar(--mainForegroundColor); color: pvar(--mainForegroundColor);
}
> a {
display: flex; display: flex;
min-width: 0; min-width: 0;
align-items: center; align-items: center;
@ -125,11 +128,11 @@ my-video-thumbnail,
a { a {
width: auto; width: auto;
padding-right: 5px;
} }
.pt-badge { .pt-badge {
@include margin-right(5px); margin: 0 5px;
white-space: nowrap;
} }
} }