File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/vue/components/feature Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2929 feature: species === 'Feature',
3030 } " :data-level ="level " ref ="container ">
3131 < support-status :score ="feature.score " v-if ="showScore "> </ support-status >
32- < wrap-if v-if ="feature.title || feature.code || feature.id " :is ="level > 2 ? '' : 'h' + level " class ="title ">
32+ < wrap-if v-if ="feature.title || feature.code || feature.id " :is ="species === 'Feature' ? '' : 'h' + level " class ="title ">
3333 < span class ="title " v-if ="feature.titleHtml " v-html ="feature.titleHtml "> </ span >
3434 < wrap-if :is ="feature.title ? 'span' : 'code' " class ="title " v-else v-text ="feature.title ?? feature.code ?? feature.id "> </ wrap-if >
3535 </ wrap-if >
Original file line number Diff line number Diff line change 5050 margin-block : 1em .5em ;
5151 }
5252
53+ & : has (> h1 ) {
54+ font-size : var (--font-size-2xl );
55+ }
56+
5357 & : has (> h2 ) {
5458 font-size : var (--font-size-xl );
5559 }
You can’t perform that action at this time.
0 commit comments