mirror of https://github.com/Chocobozzz/PeerTube
fix video download modal select width
parent
17e6974409
commit
c86fa51b8a
|
@ -2,7 +2,7 @@
|
||||||
@import 'mixins';
|
@import 'mixins';
|
||||||
|
|
||||||
.peertube-select-container {
|
.peertube-select-container {
|
||||||
@include peertube-select-container(100px);
|
@include peertube-select-container(85px);
|
||||||
|
|
||||||
border-top-right-radius: 0;
|
border-top-right-radius: 0;
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
|
@ -10,6 +10,8 @@
|
||||||
|
|
||||||
select {
|
select {
|
||||||
height: inherit;
|
height: inherit;
|
||||||
|
border-top-left-radius: .2rem;
|
||||||
|
border-bottom-left-radius: .2rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue