mirror of https://github.com/Chocobozzz/PeerTube
Fix actor overflows
parent
55da09587a
commit
fcd8d3e030
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue