Explorar el Código

more vspacing between the last option the the next block

Gildas hace 6 años
padre
commit
8f4c0d43e4
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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;
 }