Fix actor overflows

This commit is contained in:
Chocobozzz 2021-04-05 11:24:01 +02:00
parent 55da09587a
commit fcd8d3e030
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 16 additions and 0 deletions

View File

@ -19,6 +19,16 @@
@include grid-videos-miniature-margins;
}
.actor-info {
min-width: 1px;
width: 100%;
> h4,
> .actor-handle {
@include ellipsis;
}
}
.channel-info {
@include grid-videos-miniature-margins(false, 15px);

View File

@ -35,6 +35,7 @@
> div {
margin-left: $img-margin;
min-width: 1px;
}
.actor-info {
@ -42,6 +43,7 @@
> div:first-child {
flex-grow: 1;
min-width: 1px;
}
}
@ -56,6 +58,10 @@
margin: 0;
}
.actor-handle {
@include ellipsis;
}
.actor-handle,
.actor-counters {
color: pvar(--greyForegroundColor);