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