Skip to content

Commit

Permalink
Update appearance.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ImprovedTube committed Mar 20, 2023
1 parent b467b28 commit eeacc57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions options-page/skeleton-parts/appearance.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ extension.skeleton.main.layers.section.appearance.on.click.player = {
component: "text-field",
placeholder: "1280",
storage: "custom_player_size_width",
rows: 1,
lineNumbers: false
},
x: {
component: "span",
Expand All @@ -202,6 +204,8 @@ extension.skeleton.main.layers.section.appearance.on.click.player = {
component: "text-field",
placeholder: "720",
storage: "custom_player_size_height",
rows: 1,
lineNumbers: false
},
},
hide_controls: {
Expand Down

0 comments on commit eeacc57

Please sign in to comment.