Skip to content

Commit

Permalink
fix: firefox-popup-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Metacor committed Jul 3, 2023
1 parent b83b62e commit a6d5a2c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nyaa-linker",
"version": "1.1.0",
"version": "1.1.1",
"description": "Adds a button to Anime and Manga database websites that opens a relevant Nyaa search",
"scripts": {
"zip": "npm run firefox && npm run chrome",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest-chrome.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Nyaa Linker",
"version": "1.1.0",
"version": "1.1.1",
"description": "Adds a button to Anime and Manga database websites that opens a relevant Nyaa search",
"manifest_version": 3,

Expand Down
2 changes: 1 addition & 1 deletion src/manifest-firefox.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Nyaa Linker",
"version": "1.1.0",
"version": "1.1.1",
"description": "Adds a button to Anime and Manga database websites that opens a relevant Nyaa search",
"manifest_version": 2,

Expand Down
2 changes: 1 addition & 1 deletion src/popup/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ body {
}

select {
width: 70%;
width: 75%;
background: var(--clrAccent);
color: var(--clrDark);
margin-top: 0.1rem;
Expand Down

0 comments on commit a6d5a2c

Please sign in to comment.