Ver código fonte

comestic changes in the options page when displayed in a tab

Gildas 7 anos atrás
pai
commit
0397ceea86
1 arquivos alterados com 8 adições e 0 exclusões
  1. 8 0
      extension/ui/pages/options.css

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

@@ -379,4 +379,12 @@ a {
     button {
         font-size: 11px;
     }
+}
+
+@media (min-width:640px) {
+    body {
+        margin-top: 8px;
+        border: solid 1px rgb(191, 191, 191);
+        font-size: 75%;
+    }
 }