mirror of
https://github.com/lawrencehook/remove-youtube-suggestions.git
synced 2026-07-25 06:54:31 +00:00
Fix bug with sidebar and playlists
This commit is contained in:
+6
-1
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user