Skip to content

Commit

Permalink
fix page_action size
Browse files Browse the repository at this point in the history
  • Loading branch information
m1m1s1ku committed Oct 22, 2024
1 parent 5573015 commit 9d34163
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ThiWeb Crypt-Decrypt",
"version": "2.1.8",
"version": "2.1.9",
"manifest_version": 3,
"description": "Crypt / Auto-decrypt Links on ThiWeb",
"homepage_url": "https://www.thiweb.com",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "thiweb-crypt-decrypt-ts",
"version": "2.1.8",
"version": "2.1.9",
"type": "module",
"scripts": {
"build": "tsc && vite build",
"bundle-chrome": "npx web-ext build --source-dir ./dist/",
"prepare-chrome": "tsx ./scripts/chrome-manifest.ts",
"prepare-firefox": "tsx ./scripts/firefox-manifest.ts",
"bundle-firefox": "npx web-ext build --source-dir ./dist-firefox/"
},
Expand Down
2 changes: 1 addition & 1 deletion src/page_action/page_action.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
background-color: #151515;
color: #f0f0f0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
min-width: 110px;
min-width: 200px;
}

button {
Expand Down

0 comments on commit 9d34163

Please sign in to comment.