diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-10 15:16:53 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-10 15:17:06 +0200 |
commit | 66615377644fc71a0f38e1b1edc31865e7d7427a (patch) | |
tree | c15f55ab8a2398fe20f2ad007432063421afcd99 /client/src/app/shared/shared-video-miniature | |
parent | 045bcd0d18a13e8d2e0bdaf8ae2ebc83f2a7e7fc (diff) | |
download | PeerTube-66615377644fc71a0f38e1b1edc31865e7d7427a.tar.gz PeerTube-66615377644fc71a0f38e1b1edc31865e7d7427a.tar.zst PeerTube-66615377644fc71a0f38e1b1edc31865e7d7427a.zip |
Fix miniature overflow
Diffstat (limited to 'client/src/app/shared/shared-video-miniature')
-rw-r--r-- | client/src/app/shared/shared-video-miniature/video-miniature.component.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-video-miniature/video-miniature.component.scss b/client/src/app/shared/shared-video-miniature/video-miniature.component.scss index 5df89d019..0bbdff1e6 100644 --- a/client/src/app/shared/shared-video-miniature/video-miniature.component.scss +++ b/client/src/app/shared/shared-video-miniature/video-miniature.component.scss | |||
@@ -95,6 +95,7 @@ my-actor-avatar { | |||
95 | .video-bottom { | 95 | .video-bottom { |
96 | display: flex; | 96 | display: flex; |
97 | width: 100%; | 97 | width: 100%; |
98 | min-width: 1px; | ||
98 | } | 99 | } |
99 | 100 | ||
100 | .video-miniature-name { | 101 | .video-miniature-name { |
@@ -145,6 +146,7 @@ my-actor-avatar { | |||
145 | 146 | ||
146 | .video-bottom { | 147 | .video-bottom { |
147 | display: flex; | 148 | display: flex; |
149 | min-width: 1px; | ||
148 | } | 150 | } |
149 | 151 | ||
150 | // We don't display avatar in row mode | 152 | // We don't display avatar in row mode |