Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TsukemonoGit committed May 30, 2024
1 parent 27d7e82 commit ad0db19
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions entrypoints/content/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
button {
border-radius: 8px;
border: 1px solid transparent;
// padding: 0.6em 1.2em;
font-size: 1em;
font-weight: 500;
font-family: inherit;
Expand Down Expand Up @@ -29,7 +28,6 @@ input {
.hint {
border-radius: 8px;
border: 1px solid transparent;
// padding: 0.6em 1.2em;
font-size: 1em;
font-weight: 500;
font-family: inherit;
Expand All @@ -44,7 +42,7 @@ input {
background-color: #8caeff;
}
.hint:focus,
:.hintfocus-visible {
.hint:focus-visible {
}

.relayInput {
Expand Down
1 change: 0 additions & 1 deletion entrypoints/popup/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
max-width: 1280px;
margin: 0 auto;
padding: 1rem 2rem;
//text-align: center;
}
h2 {
margin: 0;
Expand Down
1 change: 0 additions & 1 deletion entrypoints/popup/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ h1 {
button {
border-radius: 8px;
border: 1px solid transparent;
// padding: 0.6em 1.2em;
font-size: 1em;
font-weight: 500;
font-family: inherit;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nake",
"description": "Nostr Army Knife webExtension",
"private": true,
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"scripts": {
"dev": "wxt",
Expand Down

0 comments on commit ad0db19

Please sign in to comment.