Browse Source

comestic changes in the options page when displayed in a tab

Gildas 7 năm trước cách đây
mục cha
commit
0397ceea86
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  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%;
+    }
 }