File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/mkdocstrings_handlers/python/templates/material Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ Context:
3737 heading_level ,
3838 role ="class" ,
3939 id =html_id ,
40- title =html_id ,
4140 class ="doc doc-heading" ,
4241 toc_label =('<code class="doc-symbol doc-symbol-toc doc-symbol-class"></code> ' |safe if config .show_symbol_type_toc else '' ) + class .name ,
4342 ) %}
Original file line number Diff line number Diff line change 4242}
4343
4444/* Backlinks crumb separator. */
45- .doc-backlink-crumb : not ( : first-child ) {
45+ .doc-backlink-crumb {
4646 display : inline-flex;
4747 gap : .2rem ;
4848 white-space : nowrap;
49+ align-items : center;
50+ vertical-align : middle;
4951}
5052.doc-backlink-crumb : not (: first-child )::before {
5153 background-color : var (--md-default-fg-color--lighter );
5557 -webkit-mask-image : var (--md-path-icon );
5658 mask-image : var (--md-path-icon );
5759 width : 1rem ;
58- font-size : 1rem ;
5960}
6061
6162/* Symbols in Navigation and ToC. */
You can’t perform that action at this time.
0 commit comments