Fix actor overflows

pull/3929/head
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; @include grid-videos-miniature-margins;
} }
.actor-info {
min-width: 1px;
width: 100%;
> h4,
> .actor-handle {
@include ellipsis;
}
}
.channel-info { .channel-info {
@include grid-videos-miniature-margins(false, 15px); @include grid-videos-miniature-margins(false, 15px);

View File

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