Skip to content

Commit

Permalink
trying to fix a weird display glitch on the options page which I can'…
Browse files Browse the repository at this point in the history
…t reproduce unfortunately
  • Loading branch information
jangxx committed Apr 19, 2024
1 parent d6c3baa commit 110d4c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "New Netflix 1080p",
"description": "Forces 1080p and 5.1 playback for Netflix as well as other QoL improvements.",
"version": "1.31.0",
"version": "1.31.1",
"author": "jangxx (original by truedread)",
"action": {
"default_icon": "img/icon128.png"
Expand Down
1 change: 1 addition & 0 deletions pages/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

body {
margin: 20px;
overflow: hidden;
}
</style>
</head>
Expand Down

0 comments on commit 110d4c8

Please sign in to comment.