From f7cefd61618df3094c9e413df7c23b966521bf6a Mon Sep 17 00:00:00 2001 From: Lawrence Hook Date: Sat, 14 Dec 2024 10:31:11 -0500 Subject: [PATCH] Fix the 'center contents' option --- src/content-script/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/content-script/main.css b/src/content-script/main.css index 0ea1903..5ae8f83 100644 --- a/src/content-script/main.css +++ b/src/content-script/main.css @@ -147,7 +147,9 @@ html[global_enable="true"][search_engine_mode="true"] ytd-watch-flexy[flexy][is- html[foobar] { --ytd-watch-flexy-max-player-width: calc(var(--ytd-watch-flexy-chat-max-height)*var(--ytd-watch-flexy-width-ratio)/var(--ytd-watch-flexy-height-ratio)) !important; } - +html[global_enable="true"][remove_entire_sidebar="true"] #columns { + justify-content: center; +} /* Reverse channel videos list */ html[global_enable="true"][reverse_channel_video_list="true"] ytd-browse[page-subtype="channels"] #contents.ytd-rich-grid-renderer {