Index: Tools/GardeningServer/styles/onebar.css |
diff --git a/Tools/GardeningServer/styles/onebar.css b/Tools/GardeningServer/styles/onebar.css |
index 7477972ec311b1ec86cb99d2ddf3d570756619d2..eaa8db35d4c391dc9e64e803337a3779c0c86edb 100644 |
--- a/Tools/GardeningServer/styles/onebar.css |
+++ b/Tools/GardeningServer/styles/onebar.css |
@@ -79,6 +79,12 @@ |
padding-right: 4px; |
} |
+/* This checkbox just overlaps the main content on smalls screens and doesn't |
+make a lot of sense as currently designed.*/ |
+@media only screen and (max-width: 400px) { |
+ #link-handling { display: none; } |
+} |
+ |
#new-window-for-links { |
vertical-align: text-bottom; |
} |