Przeglądaj źródła

fix(css): Fix compile error (#2685)

Jed Fox 4 lat temu
rodzic
commit
0488b7b5c6
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/components/PasteChartDialog.scss

+ 2 - 2
src/components/PasteChartDialog.scss

@@ -2,7 +2,7 @@
 
 .excalidraw {
   .PasteChartDialog {
-    @media #{$media-query} {
+    @media #{$is-mobile-query} {
       .Island {
         display: flex;
         flex-direction: column;
@@ -13,7 +13,7 @@
       align-items: center;
       justify-content: space-around;
       flex-wrap: wrap;
-      @media #{$media-query} {
+      @media #{$is-mobile-query} {
         flex-direction: column;
         justify-content: center;
       }