Fix the 'center contents' option

This commit is contained in:
Lawrence Hook
2024-12-14 10:31:11 -05:00
parent 016194e31d
commit f7cefd6161
+3 -1
View File
@@ -147,7 +147,9 @@ html[global_enable="true"][search_engine_mode="true"] ytd-watch-flexy[flexy][is-
html[foobar] { 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; --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 */ /* Reverse channel videos list */
html[global_enable="true"][reverse_channel_video_list="true"] ytd-browse[page-subtype="channels"] #contents.ytd-rich-grid-renderer { html[global_enable="true"][reverse_channel_video_list="true"] ytd-browse[page-subtype="channels"] #contents.ytd-rich-grid-renderer {