浏览代码

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

Jed Fox 4 年之前
父节点
当前提交
0488b7b5c6
共有 1 个文件被更改,包括 2 次插入2 次删除
  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;
       }