Parcourir la source

more vspacing between the last option the the next block

Gildas il y a 6 ans
Parent
commit
8f4c0d43e4
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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;
 }