From 8edeead3aea6c3739b3e643e3197657d7cb423b3 Mon Sep 17 00:00:00 2001
From: Maxim Khlobystov <maxim.khlobystov@gmail.com>
Date: Thu, 20 Dec 2018 14:09:19 -0500
Subject: [PATCH] Small cleanup

---
 .../imports/ui/components/video-preview/styles.scss         | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bigbluebutton-html5/imports/ui/components/video-preview/styles.scss b/bigbluebutton-html5/imports/ui/components/video-preview/styles.scss
index c57b7c8e48..90ffd930ba 100644
--- a/bigbluebutton-html5/imports/ui/components/video-preview/styles.scss
+++ b/bigbluebutton-html5/imports/ui/components/video-preview/styles.scss
@@ -17,7 +17,7 @@
   display: flex;
 
   width: 30%;
-  @include mq("#{$small-only}") {
+  @include mq($small-only) {
     width: 100%;
   }
 
@@ -30,7 +30,7 @@
   display: flex;
   flex: 3;
 
-  @include mq("#{$small-only}") {
+  @include mq($small-only) {
     flex-direction: column;
   }
 }
@@ -63,7 +63,7 @@
   border-radius: 5px;
   width: 100%;
   height: 8rem;
-  @include mq("#{$small-only}") {
+  @include mq($small-only) {
     height: 100%;
   }
 }
-- 
GitLab