aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/modal/video-download.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-24 17:48:34 +0200
committerChocobozzz <me@florianbigard.com>2018-09-24 17:48:34 +0200
commita7f9fae9ab7df84936d7fef0c94dbd089e4644d2 (patch)
tree3f1cce9f8e8d59ccfc79e19e3634104855782caa /client/src/app/videos/+video-watch/modal/video-download.component.scss
parent5363a766d95ed8654ad3e1b94538f085c2a3a101 (diff)
downloadPeerTube-a7f9fae9ab7df84936d7fef0c94dbd089e4644d2.tar.gz
PeerTube-a7f9fae9ab7df84936d7fef0c94dbd089e4644d2.tar.zst
PeerTube-a7f9fae9ab7df84936d7fef0c94dbd089e4644d2.zip
Improve download modal input style
Diffstat (limited to 'client/src/app/videos/+video-watch/modal/video-download.component.scss')
-rw-r--r--client/src/app/videos/+video-watch/modal/video-download.component.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/client/src/app/videos/+video-watch/modal/video-download.component.scss b/client/src/app/videos/+video-watch/modal/video-download.component.scss
index 439cbb3e3..3e826c3b6 100644
--- a/client/src/app/videos/+video-watch/modal/video-download.component.scss
+++ b/client/src/app/videos/+video-watch/modal/video-download.component.scss
@@ -3,8 +3,10 @@
3 3
4.peertube-select-container { 4.peertube-select-container {
5 @include peertube-select-container(100px); 5 @include peertube-select-container(100px);
6 border-top-right-radius: 0px; 6
7 border-bottom-right-radius: 0px; 7 border-top-right-radius: 0;
8 border-bottom-right-radius: 0;
9 border-right: none;
8 10
9 select { 11 select {
10 height: inherit; 12 height: inherit;