Browse Source

reduced font size on Chrome

Gildas 7 years ago
parent
commit
00ecbf0dee
1 changed files with 6 additions and 0 deletions
  1. 6 0
      extension/ui/pages/options.css

+ 6 - 0
extension/ui/pages/options.css

@@ -92,4 +92,10 @@ a {
 .option.bottom {
     padding-top: 24px;
     padding-right: 12px;
+}
+
+@media (max-width:400px) {
+    body {
+        font-size: 11px;
+    }
 }