simov 7 anos atrás
pai
commit
97462de28a
2 arquivos alterados com 3 adições e 3 exclusões
  1. 1 1
      content/options.js
  2. 2 2
      css/options.css

+ 1 - 1
content/options.js

@@ -196,7 +196,7 @@ m.mount(document.querySelector('main'), {
 
         // add origin
         m('.m-add-origin',
-          m('h4.mdc-typography--headline', 'Allowed Origins'),
+          m('h4.mdc-typography--headline5', 'Allowed Origins'),
           m('select.mdc-elevation--z2 m-select', {
             onchange: events.origin.scheme
             },

+ 2 - 2
css/options.css

@@ -182,7 +182,7 @@ footer .icon-hidden {
   margin: 0 10px !important;
 }
 .m-add-origin .m-textfield input {
-  padding-top: 10px;
+  padding-top: 3px;
 }
 .m-add-origin button:nth-of-type(1) {
   position: relative;
@@ -314,7 +314,7 @@ footer .icon-hidden {
 }
 .m-list .m-content .m-option.m-match input {
   border-bottom: 1px solid #ececec !important;
-  padding: 15px 0 8px 0;
+  padding-top: 3px;
 }
 
 .m-list .m-content .m-option.m-csp {}