From 319157e31ab0c6ef47bd72d1e55e2098cd788e89 Mon Sep 17 00:00:00 2001 From: Victor Savinov Date: Sat, 27 Nov 2021 21:21:57 +0300 Subject: [PATCH] Fixed "limit page width" feature --- content-styles.css | 10 +++++----- manifest.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content-styles.css b/content-styles.css index 73b2e0f3d..9afc661d9 100644 --- a/content-styles.css +++ b/content-styles.css @@ -290,21 +290,21 @@ html[it-remove-related-search-results=true] li>div.search-refinements { 1.6 LIMIT PAGE WIDTH ------------------------------------------------------------------------------*/ -html[it-limit-page-width=false] ytd-watch-flexy #columns.ytd-watch-flexy, -html[it-limit-page-width=false] ytd-watch-flexy #primary.ytd-watch-flexy, -html[it-limit-page-width=false] ytd-watch-flexy #player-container-outer.ytd-watch-flexy +html[it-limit-page-width=false] ytd-watch-flexy:not([fullscreen]) #columns.ytd-watch-flexy, +html[it-limit-page-width=false] ytd-watch-flexy:not([fullscreen]) #primary.ytd-watch-flexy, +html[it-limit-page-width=false] ytd-watch-flexy:not([fullscreen]) #player-container-outer.ytd-watch-flexy { max-width: unset !important; } -html[it-limit-page-width=false] ytd-watch-flexy .html5-video-container +html[it-limit-page-width=false] ytd-watch-flexy:not([fullscreen]) .html5-video-container { display: flex !important; justify-content: center !important; align-items: center !important; } -html[it-limit-page-width=false] ytd-watch-flexy video { +html[it-limit-page-width=false] ytd-watch-flexy:not([fullscreen]) video { position: static !important; left: 0 !important; top: 0 !important; diff --git a/manifest.json b/manifest.json index a2d536543..eef76dc76 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "'Improve YouTube!' (Video & YouTube Tools)🎧", "short_name": "ImprovedTube", "description": "__MSG_description_ext__", - "version": "3.791", + "version": "3.792", "default_locale": "en", "icons": { "128": "icons/128.png",