Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1415)

Unified Diff: Tools/GardeningServer/styles/onebar.css

Issue 201853004: Make Garden-o-matic at least readable on mobile devices (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix combinators Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/GardeningServer/styles/notifications.css ('k') | Tools/GardeningServer/styles/results.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « Tools/GardeningServer/styles/notifications.css ('k') | Tools/GardeningServer/styles/results.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698