From fd6ef2af9a32adad5e970596716f0b9c245f753e Mon Sep 17 00:00:00 2001 From: ImprovedTube Date: Fri, 12 Jan 2024 13:17:30 +0100 Subject: [PATCH] typo --- js&css/extension/www.youtube.com/styles.css | 7 ++++--- manifest.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/js&css/extension/www.youtube.com/styles.css b/js&css/extension/www.youtube.com/styles.css index 8a01bc65c..c5874eace 100644 --- a/js&css/extension/www.youtube.com/styles.css +++ b/js&css/extension/www.youtube.com/styles.css @@ -7,9 +7,10 @@ html {overflow-x: hidden !important; } @media screen and (max-width: 1023px) { div#primary ytd-live-chat-frame { width: auto !important; } -html[it-pathname*="/shorts/"] #header.style-scope ytd-engagement-panel-title-header-renderer {max-width: 42vw !important;) } -html[it-pathname*="/shorts/"] #content.style-scope ytd-engagement-panel-title-header-renderer {max-width: 42vw !important;) } -/* or maybe something like : html[it-pathname*="/shorts/"] #header.style-scope ytd-engagement-panel-title-header-renderer "visibility-button" */ } +html[it-pathname*="/shorts/"] #header.style-scope ytd-engagement-panel-title-header-renderer {max-width: 42vw !important; } +html[it-pathname*="/shorts/"] #content.style-scope ytd-engagement-panel-title-header-renderer {max-width: 42vw !important; } +/* or maybe something like : html[it-pathname*="/shorts/"] #header.style-scope ytd-engagement-panel-title-header-renderer "visibility-button" */ +} /*------------------------------------------------------------------------------ >>> TABLE OF CONTENTS: diff --git a/manifest.json b/manifest.json index 8b97b1063..fc365811d 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "short_name" : "ImprovedTube", "name": "'Improve YouTube!' 🎧 (for YouTube & Videos)", "description": "__MSG_description_ext__", - "version": "4.600", + "version": "4.610", "default_locale": "en", "icons": { "16": "stuff/icons/16.png",