diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2021-01-18 14:05:53 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2021-01-18 14:05:53 +0100 |
commit | c86fa51b8a84210f3b9fcbeebc3f03f280d5982d (patch) | |
tree | 2e0e38d89c1995f61ef3739f5879c21ec1a5d277 /client/src/app/shared | |
parent | 17e69744091d7f388d91cd32901a0cbe6d26da41 (diff) | |
download | PeerTube-c86fa51b8a84210f3b9fcbeebc3f03f280d5982d.tar.gz PeerTube-c86fa51b8a84210f3b9fcbeebc3f03f280d5982d.tar.zst PeerTube-c86fa51b8a84210f3b9fcbeebc3f03f280d5982d.zip |
fix video download modal select width
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/shared-video-miniature/video-download.component.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-video-miniature/video-download.component.scss b/client/src/app/shared/shared-video-miniature/video-download.component.scss index b09078bea..d407e9531 100644 --- a/client/src/app/shared/shared-video-miniature/video-download.component.scss +++ b/client/src/app/shared/shared-video-miniature/video-download.component.scss | |||
@@ -2,7 +2,7 @@ | |||
2 | @import 'mixins'; | 2 | @import 'mixins'; |
3 | 3 | ||
4 | .peertube-select-container { | 4 | .peertube-select-container { |
5 | @include peertube-select-container(100px); | 5 | @include peertube-select-container(85px); |
6 | 6 | ||
7 | border-top-right-radius: 0; | 7 | border-top-right-radius: 0; |
8 | border-bottom-right-radius: 0; | 8 | border-bottom-right-radius: 0; |
@@ -10,6 +10,8 @@ | |||
10 | 10 | ||
11 | select { | 11 | select { |
12 | height: inherit; | 12 | height: inherit; |
13 | border-top-left-radius: .2rem; | ||
14 | border-bottom-left-radius: .2rem; | ||
13 | } | 15 | } |
14 | } | 16 | } |
15 | 17 | ||