Changeset 14268
- Timestamp:
- 12/11/2024 07:43:44 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/style.css
r14260 r14268 73 73 } 74 74 75 .rtl ul,76 .rtl ol {77 margin-left: 0;78 margin-right: 25px;79 }80 81 75 h1, 82 76 h2, … … 175 169 } 176 170 171 @media (max-width: 876px) { 172 .content-area table { 173 display: block; 174 max-width: fit-content; 175 overflow-x: auto; 176 } 177 } 178 177 179 /* 178 180 * Block styles … … 195 197 .sticky .wp-block-table.is-style-stripes tbody tr:nth-child(even) { 196 198 background-color: color-mix( in srgb, currentColor 7%, transparent ); 199 } 200 201 /* TODO: This should be handled by RTL CSS in mu-plugins */ 202 [dir="rtl"] .wp-block-wporg-local-navigation-bar { 203 padding-right: var(--wp--preset--spacing--edge-space); 204 205 @media (max-width: 889px) { 206 padding-left: unset; 207 } 197 208 } 198 209 … … 899 910 } 900 911 912 #primary { 913 width: 68%; 914 float: inline-start; 915 padding-right: unset; 916 padding-inline-end: var(--wp--preset--spacing--20); 917 } 918 919 #secondary { 920 float: inline-end; 921 clear: inline-end; 922 } 923 924 @media (max-width: 876px) { 925 #primary { 926 width: 100%; 927 } 928 } 929 901 930 @media (max-width: 876px) { 902 931 #primary { 903 932 -webkit-backface-visibility: initial; 933 padding-inline-end: unset; 904 934 } 905 935 … … 976 1006 } 977 1007 978 }979 980 .content-area {981 width: 68%;982 }983 984 @media (max-width: 876px) {985 .content-area {986 width: 100%;987 }988 989 .content-area table {990 display: block;991 max-width: fit-content;992 overflow-x: auto;993 }994 1008 } 995 1009
Note: See TracChangeset
for help on using the changeset viewer.