Skip to content

Commit

Permalink
Update version to 0.5.3 and adjust select width to 95%.
Browse files Browse the repository at this point in the history
  • Loading branch information
imigueldiaz committed Apr 10, 2024
1 parent 852ff1d commit 833c399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "__MSG_extensionName__",
"version": "0.5.2",
"version": "0.5.3",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"homepage_url": "https://github.com/imigueldiaz/firefox-quick-abstract",
Expand Down
2 changes: 1 addition & 1 deletion style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ button.ok:hover {
}

#options-form select {
width: 100%;
width: 95%;
padding: 8px;
margin-bottom: 8px;
background-color: #FFFFFF;
Expand Down

0 comments on commit 833c399

Please sign in to comment.