fix video download modal select width

This commit is contained in:
Rigel Kent 2021-01-18 14:05:53 +01:00
parent 17e6974409
commit c86fa51b8a
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
1 changed files with 3 additions and 1 deletions

View File

@ -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;
}
}