Skip to content

Commit 833c399

Browse files
committed
Update version to 0.5.3 and adjust select width to 95%.
1 parent 852ff1d commit 833c399

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "__MSG_extensionName__",
4-
"version": "0.5.2",
4+
"version": "0.5.3",
55
"description": "__MSG_extensionDescription__",
66
"default_locale": "en",
77
"homepage_url": "https://github.com/imigueldiaz/firefox-quick-abstract",

style/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ button.ok:hover {
132132
}
133133

134134
#options-form select {
135-
width: 100%;
135+
width: 95%;
136136
padding: 8px;
137137
margin-bottom: 8px;
138138
background-color: #FFFFFF;

0 commit comments

Comments
 (0)