2 次代码提交 d878d51f49 ... b7177a71de

作者 SHA1 备注 提交日期
  Felix Schultze b7177a71de Merge branch 'otherteststructure' of git.ipe.kit.edu:schultze/volume-visualization into otherteststructure 9 年之前
  Felix Schultze 2f11edc202 undisplay container-overview till width of 970px 9 年之前
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      static/css/application.css

+ 6 - 0
static/css/application.css

@@ -407,6 +407,12 @@ div#opacity-buttons {
     }
 }
 
+@media (max-width: 970px) {
+    div#container-overview {
+        display: none;
+    }
+}
+
 @media (min-width: 1850px) {
     div#axis-container {
         width: 40%;