Skip to content

Commit

Permalink
Reduce popup font size for Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
reconman committed Jun 6, 2022
1 parent adb7155 commit 1d5fe60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
<link rel="stylesheet" href="css/obvious-buttons.css" />
<style>
body {
min-width: 350px;
min-width: 350px !important;
overflow-x: hidden;
overflow-y: hidden;
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfff4), color-stop(40%, #dfe5d7), color-stop(100%, #b3bead));*/
background: #F7F8FB;
font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
font-size: 0.75em;
}

#player1, #player2 {
Expand Down

0 comments on commit 1d5fe60

Please sign in to comment.