Skip to content

Commit

Permalink
Fix a bug in chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Frontesque committed Nov 27, 2021
1 parent bb32249 commit f94e1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extensions/chrome/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
html,body {
background-color: var(--background);
color: var(--white);
width: 300px;
min-width: 300px;
padding: 0.5em;
font-family: Arial, Helvetica, sans-serif;
}
Expand Down

0 comments on commit f94e1f6

Please sign in to comment.