@@ -159,13 +159,13 @@ div.data-content-pane td.data-content-pane__predicate-cell a {
159159 background-color : var (--color-background-row-alternate , # f0f0f0 );
160160}
161161
162- div .data-content-pane [data-layout = 'mobile' ] .data-content-pane__row--root {
162+ div .data-content-pane [data-mashlib- layout = 'mobile' ] .data-content-pane__row--root {
163163 display : flex;
164164 align-items : flex-start;
165165 padding-bottom : var (--spacing-xs , 0.75rem );
166166}
167167
168- div .data-content-pane [data-layout = 'mobile' ] .data-content-pane__subject-cell {
168+ div .data-content-pane [data-mashlib- layout = 'mobile' ] .data-content-pane__subject-cell {
169169 flex : 0 0 40% ;
170170 width : 40% ;
171171 max-width : 40% ;
@@ -174,49 +174,49 @@ div.data-content-pane[data-layout='mobile'] .data-content-pane__subject-cell {
174174 padding-bottom : 0 ;
175175}
176176
177- div .data-content-pane [data-layout = 'mobile' ] .data-content-pane__details-cell {
177+ div .data-content-pane [data-mashlib- layout = 'mobile' ] .data-content-pane__details-cell {
178178 flex : 0 0 60% ;
179179 width : 60% ;
180180 max-width : 60% ;
181181 min-width : 0 ;
182182 box-sizing : border-box;
183183}
184184
185- div .data-content-pane [data-layout = 'mobile' ] table .data-content-pane__table--property > tbody > tr ,
186- div .data-content-pane [data-layout = 'mobile' ] table .data-content-pane__table--property > tr {
185+ div .data-content-pane [data-mashlib- layout = 'mobile' ] table .data-content-pane__table--property > tbody > tr ,
186+ div .data-content-pane [data-mashlib- layout = 'mobile' ] table .data-content-pane__table--property > tr {
187187 margin-bottom : 0 ;
188188}
189189
190- div .data-content-pane [data-layout = 'mobile' ] .data-content-pane__row--top-aligned + .data-content-pane__row--top-aligned {
190+ div .data-content-pane [data-mashlib- layout = 'mobile' ] .data-content-pane__row--top-aligned + .data-content-pane__row--top-aligned {
191191 margin-top : 0 ;
192192}
193193
194- div .data-content-pane [data-layout = 'mobile' ] .data-content-pane__row--top-aligned {
194+ div .data-content-pane [data-mashlib- layout = 'mobile' ] .data-content-pane__row--top-aligned {
195195 display : block;
196196 margin-bottom : 0 ;
197197 padding-top : 0 ;
198198 padding-bottom : 0 ;
199199}
200200
201- div .data-content-pane [data-layout = 'mobile' ] table .data-content-pane__table--property ,
202- div .data-content-pane [data-layout = 'mobile' ] table .data-content-pane__table--property > tbody {
201+ div .data-content-pane [data-mashlib- layout = 'mobile' ] table .data-content-pane__table--property ,
202+ div .data-content-pane [data-mashlib- layout = 'mobile' ] table .data-content-pane__table--property > tbody {
203203 display : block;
204204 width : 100% ;
205205}
206206
207- div .data-content-pane [data-layout = 'mobile' ] table .data-content-pane__table--property td {
207+ div .data-content-pane [data-mashlib- layout = 'mobile' ] table .data-content-pane__table--property td {
208208 display : block;
209209 width : 100% ;
210210 box-sizing : border-box;
211211}
212212
213- div .data-content-pane [data-layout = 'mobile' ] table .data-content-pane__table--property td .data-content-pane__predicate-cell {
213+ div .data-content-pane [data-mashlib- layout = 'mobile' ] table .data-content-pane__table--property td .data-content-pane__predicate-cell {
214214 width : 100% ;
215215 min-width : 0 ;
216216 padding-bottom : 0.1rem ;
217217}
218218
219- div .data-content-pane [data-layout = 'mobile' ] table .data-content-pane__table--property td : not (.data-content-pane__predicate-cell ) {
219+ div .data-content-pane [data-mashlib- layout = 'mobile' ] table .data-content-pane__table--property td : not (.data-content-pane__predicate-cell ) {
220220 padding-top : 0 ;
221221 padding-left : 0.85rem ;
222222}
0 commit comments