File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -838,14 +838,18 @@ body .is-section-plugins:has(.is-full-width-layout) {
838838// Remove layout padding for logged-out full-width layout (covers both actually logged out and logged-in showing logged-out UI)
839839body .is-section-plugins :has (.plugins-browser.is-full-width-layout.is-logged-out ),
840840body .is-section-plugins :has (.is-plugin-details.is-full-width-layout ) {
841- .layout__content {
842- padding : 0 ;
843- }
844841 .lpc-footer-nav-wrapper ,
845842 .lpc-footer-automattic-nav-wrapper {
846843 max-width : 1220px ;
847844 }
848845}
846+ body .is-section-plugins :has (.plugins-browser.is-full-width-layout.is-logged-out ) .layout__content {
847+ padding : 0 ;
848+ }
849+ body .is-section-plugins :has (.is-plugin-details.is-full-width-layout ) .layout__content {
850+ padding-block : 0 ;
851+ }
852+
849853
850854body .is-section-plugins .is-logged-in {
851855 $full-width-main : " main:not(.hosting-dashboard-layout):not(.hosting-dashboard-layout-column):not(.is-logged-out).plugins-browser.is-full-width-layout" ;
You can’t perform that action at this time.
0 commit comments