Skip to content

Commit 8ba98f6

Browse files
committed
Modified generated password dimension for firefox extension
1 parent bfaf93d commit 8ba98f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extension/Firefox/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ body{
9393
overflow-x: auto;
9494
overflow-y: auto;
9595
margin: auto;
96-
font-size: 0.7em;
96+
font-size: 0.9em;
9797
font-weight: bold;
9898
margin-bottom: 5px;
9999
}

extension/Firefox/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "JSrandom",
4-
"version": "1.0",
4+
"version": "1.1",
55

66
"icons":{
77
"128": "logo.png"

0 commit comments

Comments
 (0)