Skip to content
Snippets Groups Projects
Commit 050994fc authored by JaeeunCho's avatar JaeeunCho
Browse files

HTML5 - removed unused media query

parent bba5170f
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment