diff options
author | Chocobozzz <me@florianbigard.com> | 2019-08-09 08:28:22 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-08-09 08:28:22 +0200 |
commit | c5407d7046168abb4098df1408e7aa84519cb61a (patch) | |
tree | abcec9ca8ebf3263d876e8435f7df20eeefe99fa /client | |
parent | 5224c394b3bbac6ec1543e41fa0ec6db436e84fa (diff) | |
download | PeerTube-c5407d7046168abb4098df1408e7aa84519cb61a.tar.gz PeerTube-c5407d7046168abb4098df1408e7aa84519cb61a.tar.zst PeerTube-c5407d7046168abb4098df1408e7aa84519cb61a.zip |
Fix playlist more button with long video names
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss b/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss index 9f4061b02..b55ca0dea 100644 --- a/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss +++ b/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss | |||
@@ -97,6 +97,7 @@ my-video-thumbnail, | |||
97 | margin-left: auto; | 97 | margin-left: auto; |
98 | cursor: pointer; | 98 | cursor: pointer; |
99 | opacity: 0; | 99 | opacity: 0; |
100 | min-width: 24px; | ||
100 | 101 | ||
101 | &.show { | 102 | &.show { |
102 | opacity: 1; | 103 | opacity: 1; |