File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,14 @@ a.autorefs-external::after {
1212 content : ' ' ;
1313
1414 display : inline-block;
15+ vertical-align : middle;
1516 position : relative;
16- top : 0.1em ;
17+ bottom : 0.1em ;
1718 margin-left : 0.2em ;
1819 margin-right : 0.1em ;
1920
20- height : 1 em ;
21- width : 1 em ;
21+ height : 0.7 em ;
22+ width : 0.7 em ;
2223 border-radius : 100% ;
2324 background-color : var (--md-typeset-a-color );
2425}
Original file line number Diff line number Diff line change @@ -70,20 +70,20 @@ a.autorefs-external::after {
7070 content : ' ' ;
7171
7272 display : inline-block ;
73+ vertical-align : middle ;
7374 position : relative ;
74- top : 0.1em ;
75+ bottom : 0.1em ;
7576 margin-left : 0.2em ;
7677 margin-right : 0.1em ;
7778
78- height : 1 em ;
79- width : 1 em ;
79+ height : 0.7 em ;
80+ width : 0.7 em ;
8081 border-radius : 100% ;
8182 background-color : var (--md-typeset-a-color );
8283}
8384a .autorefs-external :hover ::after {
8485 background-color : var (--md-accent-fg-color );
8586}
86-
8787```
8888
8989### Recommended style (ReadTheDocs)
You can’t perform that action at this time.
0 commit comments