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
1 changed files with 5 additions and 2 deletions

View File

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