HTML5 - removed unused media query
This commit is contained in:
parent
bba5170f43
commit
050994fc06
@ -166,15 +166,11 @@ $bars-padding: $lg-padding-x - .45rem; // -.45 so user-list and chat title is al
|
||||
|
||||
.closedCaptionBox {
|
||||
position: relative;
|
||||
flex-basis: 12%;
|
||||
flex-basis: 15vw;
|
||||
order: 2;
|
||||
|
||||
@include mq($portrait) {
|
||||
min-height: 35%;
|
||||
|
||||
@include mq($small-up) {
|
||||
flex-basis: 10%;
|
||||
margin-top: 3%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
display: flex;
|
||||
flex: 2;
|
||||
overflow: hidden;
|
||||
order: 1;
|
||||
}
|
||||
|
||||
%ratio {
|
||||
|
@ -27,12 +27,6 @@ $controls-background: #F0F2F6 !default;
|
||||
}
|
||||
}
|
||||
|
||||
@include mq($landscape) {
|
||||
@include mq($small-only) {
|
||||
margin-top: 3%;
|
||||
}
|
||||
}
|
||||
|
||||
button,
|
||||
select,
|
||||
> div {
|
||||
|
Loading…
Reference in New Issue
Block a user