@@ -48,17 +48,23 @@ ytd-mini-guide-entry-renderer {
48
48
margin-left : 0 !important ;
49
49
}
50
50
51
- ytd-app : not ([guide-persistent-and-visible = "" ]) tp-yt-app-drawer > # contentContainer {
51
+ ytd-app : not ([guide-persistent-and-visible = "" ])
52
+ tp-yt-app-drawer
53
+ > # contentContainer {
52
54
background-color : var (--yt-spec-text-primary-inverse ) !important ;
53
55
}
54
56
55
- ytd-alert-with-button-renderer {
57
+ ytd-alert-with-button-renderer {
56
58
align-items : center !important ;
57
59
justify-content : center !important ;
58
60
}
59
61
60
62
/* yt-clean side guide */
61
- ytd-guide-section-renderer : has ([title = "YouTube Studio" ], [title = "Sport" ], [title = "Settings" ]),
63
+ ytd-guide-section-renderer : has (
64
+ [title = "YouTube Studio" ],
65
+ [title = "Sport" ],
66
+ [title = "Settings" ]
67
+ ),
62
68
ytd-guide-renderer # footer {
63
69
display : none !important ;
64
70
}
@@ -116,17 +122,19 @@ body:not(:has([mini-guide-visible=""])) {
116
122
justify-items : center;
117
123
}
118
124
119
- ytd-app : not ([guide-persistent-and-visible = "" ]) tp-yt-app-drawer > # contentContainer {
125
+ ytd-app : not ([guide-persistent-and-visible = "" ])
126
+ tp-yt-app-drawer
127
+ > # contentContainer {
120
128
background : transparent !important ;
121
129
}
122
130
}
123
131
124
- ytd-alert-with-button-renderer {
132
+ ytd-alert-with-button-renderer {
125
133
align-items : center !important ;
126
134
justify-content : center !important ;
127
135
}
128
136
129
- ytd-two-column-browse-results-renderer [page-subtype = "playlist" ] {
137
+ ytd-two-column-browse-results-renderer [page-subtype = "playlist" ]{
130
138
width : fit-content !important ;
131
139
}
132
140
@@ -147,20 +155,23 @@ ytd-two-column-browse-results-renderer[page-subtype="playlist"] {
147
155
display : none !important ;
148
156
}
149
157
158
+
150
159
/* yt-Hide filter chips */
151
160
# chips-wrapper {
152
161
top : 0 !important ;
153
162
}
154
163
155
- .ytd-two-column-browse-results-renderer # header {
164
+ [ page-subtype = "home" ] .ytd-two-column-browse-results-renderer # header {
156
165
display : none !important ;
157
166
}
158
167
159
168
/* yt-Compact feed */
160
169
ytd-rich-item-renderer {
161
170
margin-bottom : 15px !important ;
162
171
[rendered-from-rich-grid ] {
163
- --ytd-rich-item-row-usable-width : calc (100% - var (--ytd-rich-grid-gutter-margin ) * 1 ) !important ;
172
+ --ytd-rich-item-row-usable-width : calc (
173
+ 100% - var (--ytd-rich-grid-gutter-margin ) * 1
174
+ ) !important ;
164
175
}
165
176
166
177
# metadata .ytd-video-meta-block {
@@ -223,10 +234,6 @@ ytd-merch-shelf-renderer,
223
234
display : none !important ;
224
235
}
225
236
226
- * ::-webkit-scrollbar {
227
- display : none !important ;
228
- }
229
-
230
237
/* yt-Transparent video background */
231
238
.html5-main-video ,
232
239
.html5-video-container ,
@@ -253,6 +260,7 @@ ytd-merch-shelf-renderer,
253
260
display : none !important ;
254
261
}
255
262
263
+
256
264
/* yt-Theatre: zen view */
257
265
[theater = "" ] # full-bleed-container {
258
266
height : 100vh !important ;
@@ -265,7 +273,8 @@ ytd-merch-shelf-renderer,
265
273
transition : all 0.3s ease-in-out 0.5s !important ;
266
274
}
267
275
268
- body : has ([fullscreen = "" ], [theater = "" ]): not (: has (ytd-watch-flexy [hidden = "" ])) # masthead-container : not (: has (.ytSearchboxComponentInputBoxHasFocus )) {
276
+ body : has ([fullscreen = "" ], [theater = "" ]): not (: has (ytd-watch-flexy [hidden = "" ]))
277
+ # masthead-container : not (: has (.ytSearchboxComponentInputBoxHasFocus )) {
269
278
top : -40px !important ;
270
279
opacity : 0 !important ;
271
280
transition : all 0.3s cubic-bezier (0.445 , 0.05 , 0.55 , 0.95 ) !important ;
@@ -275,7 +284,9 @@ body:has([fullscreen=""], [theater=""]):not(:has(ytd-watch-flexy[hidden=""])) #m
275
284
}
276
285
}
277
286
278
- ytd-app : has ([fullscreen = "" ], [theater = "" ]): not (: has (ytd-watch-flexy [hidden = "" ])) {
287
+ ytd-app : has ([fullscreen = "" ], [theater = "" ]): not (
288
+ : has (ytd-watch-flexy [hidden = "" ])
289
+ ) {
279
290
--ytd-toolbar-height : 0px !important ;
280
291
281
292
# page-manager {
@@ -395,9 +406,12 @@ ytd-rich-item-renderer[is-in-first-column=""] {
395
406
}
396
407
397
408
# contents {
398
- padding-left : calc (var (--ytd-rich-grid-item-margin ) / 2 + var (--ytd-rich-grid-gutter-margin )) !important ;
409
+ padding-left : calc (
410
+ var (--ytd-rich-grid-item-margin ) / 2 + var (--ytd-rich-grid-gutter-margin )
411
+ ) !important ;
399
412
}
400
413
414
+
401
415
/* Immersive search */
402
416
# page-manager ,
403
417
yt-searchbox {
0 commit comments