Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Optimize the popup space a little more (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenatal authored Jan 25, 2023
1 parent 62ec814 commit 2139964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension/view/popup/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ html,
body {
height: 100%;
margin: 0;
font-size: 18px;
font-size: 16px;
font-family: Optima, Helvetica, Arial;
}

Expand Down Expand Up @@ -63,7 +63,7 @@ label {
}

textarea {
padding: 1rem;
padding: .5rem;
font-size: 1rem;
resize: none;
border-radius: 2px;
Expand Down

0 comments on commit 2139964

Please sign in to comment.