Skip to content

Commit

Permalink
Merge pull request #22 from kairi003/hotfix-style-for-firefox
Browse files Browse the repository at this point in the history
Fix: style for firefox
  • Loading branch information
kairi003 authored Apr 4, 2023
2 parents 4ea83b5 + 8a706af commit 8986087
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/popup.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
html {
width: 500px;
box-sizing: border-box;
overflow-x: scroll;
font-family: sans-serif;
}

body {
margin: 8px;
width: 484px;
}

h1 {
Expand Down

0 comments on commit 8986087

Please sign in to comment.