Skip to content

Commit

Permalink
fix manage button being cramped in popup on Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
AprilSylph committed Feb 28, 2022
1 parent b4b6222 commit d13e1ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/browser_action/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,14 @@ label {
flex-direction: row;
justify-content: space-between;
align-items: center;
min-width: max-content;
}

button {
padding: 0;
border: none;
margin: 0;
margin-left: 1ch;
margin-left: 2em;

background-color: transparent;
color: rgb(var(--accent));
Expand Down

0 comments on commit d13e1ec

Please sign in to comment.