From c86fa51b8a84210f3b9fcbeebc3f03f280d5982d Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Mon, 18 Jan 2021 14:05:53 +0100 Subject: fix video download modal select width --- .../app/shared/shared-video-miniature/video-download.component.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'client/src/app/shared') 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 @@ @import 'mixins'; .peertube-select-container { - @include peertube-select-container(100px); + @include peertube-select-container(85px); border-top-right-radius: 0; border-bottom-right-radius: 0; @@ -10,6 +10,8 @@ select { height: inherit; + border-top-left-radius: .2rem; + border-bottom-left-radius: .2rem; } } -- cgit v1.2.3