Skip to content

Commit

Permalink
fix: adapt to new youtube layout
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobasso99 committed Aug 19, 2023
1 parent 2f0b975 commit af3a221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BetterTheatre",
"version": "1.8.0",
"version": "1.9.0",
"description": "With this extension you can enjoy a full size theatre mode on youtube.",
"scripts": {
"build": "gulp build",
Expand Down
2 changes: 1 addition & 1 deletion src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*******************************************************/

ytd-watch-flexy[theater]:not([fullscreen]) {
#player-theater-container, #player-wide-container {
#player-theater-container, #player-full-bleed-container {
height: calc(100vh - 56px) !important;
max-height: calc(100vh - 56px) !important;
}
Expand Down

0 comments on commit af3a221

Please sign in to comment.