diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/style.css b/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/style.css index fac5f0464b..a700b52851 100644 --- a/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/style.css +++ b/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/style.css @@ -72,12 +72,6 @@ ol ul { font-size: inherit; } -.rtl ul, -.rtl ol { - margin-left: 0; - margin-right: 25px; -} - h1, h2, h3, @@ -174,6 +168,14 @@ tr:last-of-type td { left: 0; } +@media (max-width: 876px) { + .content-area table { + display: block; + max-width: fit-content; + overflow-x: auto; + } +} + /* * Block styles */ @@ -196,6 +198,15 @@ tr:last-of-type td { background-color: color-mix( in srgb, currentColor 7%, transparent ); } +/* TODO: This should be handled by RTL CSS in mu-plugins */ +[dir="rtl"] .wp-block-wporg-local-navigation-bar { + padding-right: var(--wp--preset--spacing--edge-space); + + @media (max-width: 889px) { + padding-left: unset; + } +} + /* 2021 global header/footer */ .wp-block-group.global-header button, @@ -898,9 +909,28 @@ input[type="submit"]:hover { } } +#primary { + width: 68%; + float: inline-start; + padding-right: unset; + padding-inline-end: var(--wp--preset--spacing--20); +} + +#secondary { + float: inline-end; + clear: inline-end; +} + +@media (max-width: 876px) { + #primary { + width: 100%; + } +} + @media (max-width: 876px) { #primary { -webkit-backface-visibility: initial; + padding-inline-end: unset; } #secondary { @@ -977,22 +1007,6 @@ input[type="submit"]:hover { } -.content-area { - width: 68%; -} - -@media (max-width: 876px) { - .content-area { - width: 100%; - } - - .content-area table { - display: block; - max-width: fit-content; - overflow-x: auto; - } -} - .post-type-archive-handbook aside[id^="handbook"] .widget-title, .post-type-archive-handbook aside[id^="nav_menu"] .widget-title, .single-handbook aside[id^="handbook"] .widget-title,