aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-04-05 11:24:01 +0200
committerChocobozzz <me@florianbigard.com>2021-04-05 11:44:09 +0200
commitfcd8d3e0302cb1e061e6868f3180f0d66e149d18 (patch)
treed40aefa6fcce88698b631b0d2f7b497fd0fd8458 /client/src/app
parent55da09587a57dd663f62a7ea335f47fe9fc44f30 (diff)
downloadPeerTube-fcd8d3e0302cb1e061e6868f3180f0d66e149d18.tar.gz
PeerTube-fcd8d3e0302cb1e061e6868f3180f0d66e149d18.tar.zst
PeerTube-fcd8d3e0302cb1e061e6868f3180f0d66e149d18.zip
Fix actor overflows
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/+video-channels/video-channels.component.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/client/src/app/+video-channels/video-channels.component.scss b/client/src/app/+video-channels/video-channels.component.scss
index ce33e7be6..2ffd70c89 100644
--- a/client/src/app/+video-channels/video-channels.component.scss
+++ b/client/src/app/+video-channels/video-channels.component.scss
@@ -19,6 +19,16 @@
19 @include grid-videos-miniature-margins; 19 @include grid-videos-miniature-margins;
20} 20}
21 21
22.actor-info {
23 min-width: 1px;
24 width: 100%;
25
26 > h4,
27 > .actor-handle {
28 @include ellipsis;
29 }
30}
31
22.channel-info { 32.channel-info {
23 @include grid-videos-miniature-margins(false, 15px); 33 @include grid-videos-miniature-margins(false, 15px);
24 34