Browse Source

more vspacing between the last option the the next block

Gildas 6 years ago
parent
commit
8f4c0d43e4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      extension/ui/pages/options.css

+ 2 - 1
extension/ui/pages/options.css

@@ -341,8 +341,9 @@ a {
 .option {
     display: flex;
     justify-content: space-between;
-    margin-top: 5px;
+    margin-top: 3px;
     padding-left: 8px;
+    padding-bottom: 2px;
     min-height: 24px;
 }