Fix bug with sidebar and playlists

This commit is contained in:
Lawrence Hook
2022-10-09 18:18:28 -04:00
parent e9f91ed17e
commit bab1945691
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -68,8 +68,13 @@ html[global_enable="true"][remove_logo_link="true"] #logo[href="/"] {
/* Center contents when the left nav bar is entirely hidden */
html[global_enable="true"][remove_left_nav_bar="true"] ytd-app[guide-persistent-and-visible] ytd-page-manager.ytd-app,
html[global_enable="true"][remove_left_nav_bar="true"] ytd-app[mini-guide-visible] ytd-page-manager.ytd-app {
html[global_enable="true"][remove_left_nav_bar="true"] ytd-app[mini-guide-visible] ytd-page-manager.ytd-app,
html[global_enable="true"][remove_left_nav_bar="true"] ytd-playlist-sidebar-renderer,
html[global_enable="true"][foo=bar]
{
margin-left: 0px;
left: 0;
}
/* Center contents when the sidebar is entirely hidden */
+1 -1
View File
@@ -3,7 +3,7 @@
"description": "Spend less time on YouTube. Customize YouTube's user interface to be less engaging.",
"homepage_url": "https://github.com/lawrencehook/remove-youtube-suggestions",
"manifest_version": 2,
"version": "4.3.7",
"version": "4.3.8",
"icons": {
"16": "images/16.png",