Ticket #7400: 7400.patch
File 7400.patch, 2.0 KB (added by , 11 months ago) |
---|
-
trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/css/vendor/_legacy-styles.scss
4240 4240 margin-top: 1rem; 4241 4241 } 4242 4242 4243 @media (max-width: 768px) { 4244 .bbp-view .review-ratings .col-3 { 4245 width: 40%; 4246 } 4247 4248 .bbp-view .review-ratings .col-5 { 4249 width: 55%; 4250 } 4251 } 4252 4243 4253 @media (max-width: 499px) { 4244 4254 .bbp-view .review-ratings { 4245 4255 flex-direction: column-reverse; -
trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style-rtl.css
4688 4688 margin-top: 1rem; 4689 4689 } 4690 4690 4691 @media (max-width: 768px) { 4692 .bbp-view .review-ratings .col-3 { 4693 width: 40%; 4694 } 4695 4696 .bbp-view .review-ratings .col-5 { 4697 width: 55%; 4698 } 4699 } 4700 4691 4701 @media (max-width: 499px) { 4692 4702 .bbp-view .review-ratings { 4693 4703 flex-direction: column-reverse; -
trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
4690 4690 margin-top: 1rem; 4691 4691 } 4692 4692 4693 @media (max-width: 768px) { 4694 .bbp-view .review-ratings .col-3 { 4695 width: 40%; 4696 } 4697 4698 .bbp-view .review-ratings .col-5 { 4699 width: 55%; 4700 } 4701 } 4702 4693 4703 @media (max-width: 499px) { 4694 4704 .bbp-view .review-ratings { 4695 4705 flex-direction: column-reverse;