diff --git a/src/popup/pwgen.css b/src/popup/pwgen.css index 78c6182..755fb06 100644 --- a/src/popup/pwgen.css +++ b/src/popup/pwgen.css @@ -2,6 +2,10 @@ body { margin: 15px; } +div { + margin-top: 5px; +} + input[type="number"] { -moz-appearance: none; color: var(--in-content-text-color); diff --git a/src/popup/pwgen.html b/src/popup/pwgen.html index ab5c34f..d021fb2 100644 --- a/src/popup/pwgen.html +++ b/src/popup/pwgen.html @@ -2,6 +2,7 @@
+