Browse Source

style: refine

Gerald 6 years ago
parent
commit
dbff11ef61
2 changed files with 3 additions and 3 deletions
  1. 1 1
      src/options/style.css
  2. 2 2
      src/options/views/tab-settings/index.vue

+ 1 - 1
src/options/style.css

@@ -109,7 +109,7 @@ section {
 }
 
 input[type=checkbox] {
-  margin-right: .5em;
+  margin-right: .2em;
 }
 
 .vl-modal {

+ 2 - 2
src/options/views/tab-settings/index.vue

@@ -50,11 +50,11 @@
             </select>
           </locale-group>
         </label>
-        <label class="ml-1">
+        <label class="ml-2">
           <setting-check name="filtersPopup.enabledFirst" />
           <span v-text="i18n('optionPopupEnabledFirst')"></span>
         </label>
-        <label class="ml-1">
+        <label class="ml-2">
           <setting-check name="filtersPopup.hideDisabled" />
           <span v-text="i18n('optionPopupHideDisabled')"></span>
         </label>