Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ImprovedTube committed Jan 12, 2024
1 parent 9626f6c commit fd6ef2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions js&css/extension/www.youtube.com/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fd6ef2a

Please sign in to comment.