소스 검색

comestic changes in the options page when displayed in a tab

Gildas 7 년 전
부모
커밋
0397ceea86
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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%;
+    }
 }