2
0

2 Commits d878d51f49 ... b7177a71de

Autor SHA1 Nachricht Datum
  Felix Schultze b7177a71de Merge branch 'otherteststructure' of git.ipe.kit.edu:schultze/volume-visualization into otherteststructure vor 9 Jahren
  Felix Schultze 2f11edc202 undisplay container-overview till width of 970px vor 9 Jahren
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  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%;