瀏覽代碼

reduce font-size of select elements on small screens

Gildas 7 年之前
父節點
當前提交
887f7010dd
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      extension/ui/pages/options.css

+ 2 - 1
extension/ui/pages/options.css

@@ -279,7 +279,8 @@ a {
 
 @media (max-width:400px) {
     body,
-    input {
+    input,
+    select {
         font-size: 11px;
     }
 }