283283 max-width : none;
284284}
285285
286- .redocusaurus {
286+ /* Expand parent containers for full width */
287+ article : has (.redoc-container ) {
287288 max-width : none !important ;
288- width : 100% !important ;
289289}
290290
291- .redocusaurus .api-content {
292- max-width : none !important ;
293- }
294-
295- .redoc-wrap {
296- max-width : none !important ;
297- }
298-
299- /* Expand main container for Redoc pages */
300- article : has (.redocusaurus ) {
301- max-width : none !important ;
302- }
303-
304- .docMainContainer_TBSr : has (.redocusaurus ) {
305- max-width : 100% !important ;
306- }
307-
308- .container : has (.redocusaurus ) {
309- max-width : 100% !important ;
310- }
311-
312- .docItemContainer_Djhp : has (.redocusaurus ) {
313- max-width : none !important ;
314- width : 100% ;
315- }
316-
317- .docItemCol_VOVn : has (.redocusaurus ) {
291+ .main-wrapper : has (.redoc-container ) [class *= "docItemCol" ] {
318292 max-width : none !important ;
319293 flex-basis : 100% !important ;
320294}
321295
322- /* Hide Redocly branding footer */
323- .redocusaurus a [href *= "redocly.com" ] {
324- display : none !important ;
325- }
326-
296+ /* Hide Redocly branding */
297+ .redocusaurus a [href *= "redocly.com" ],
327298.redocusaurus [class *= "powered-by" ] {
328299 display : none !important ;
329300}
0 commit comments