mirror of
https://gitee.com/docsifyjs/docsify.git
synced 2024-11-30 11:08:58 +08:00
Fix #967 token position markdown
This commit is contained in:
parent
8d5787eabe
commit
745e5ffa54
@ -171,3 +171,5 @@ code .token
|
|||||||
-webkit-font-smoothing initial
|
-webkit-font-smoothing initial
|
||||||
-moz-osx-font-smoothing initial
|
-moz-osx-font-smoothing initial
|
||||||
min-height 1.5rem
|
min-height 1.5rem
|
||||||
|
position: relative
|
||||||
|
left: auto
|
||||||
|
@ -201,6 +201,8 @@ code .token
|
|||||||
-moz-osx-font-smoothing initial
|
-moz-osx-font-smoothing initial
|
||||||
-webkit-font-smoothing initial
|
-webkit-font-smoothing initial
|
||||||
min-height 1.5rem
|
min-height 1.5rem
|
||||||
|
position: relative
|
||||||
|
left: auto
|
||||||
|
|
||||||
pre::after
|
pre::after
|
||||||
color #ccc
|
color #ccc
|
||||||
|
@ -213,6 +213,8 @@ code .token
|
|||||||
-moz-osx-font-smoothing initial
|
-moz-osx-font-smoothing initial
|
||||||
-webkit-font-smoothing initial
|
-webkit-font-smoothing initial
|
||||||
min-height 1.5rem
|
min-height 1.5rem
|
||||||
|
position: relative
|
||||||
|
left: auto
|
||||||
|
|
||||||
pre::after
|
pre::after
|
||||||
color #ccc
|
color #ccc
|
||||||
|
@ -210,6 +210,8 @@ code .token
|
|||||||
-moz-osx-font-smoothing initial
|
-moz-osx-font-smoothing initial
|
||||||
-webkit-font-smoothing initial
|
-webkit-font-smoothing initial
|
||||||
min-height 1.5rem
|
min-height 1.5rem
|
||||||
|
position: relative
|
||||||
|
left: auto
|
||||||
|
|
||||||
pre::after
|
pre::after
|
||||||
color #ccc
|
color #ccc
|
||||||
|
Loading…
Reference in New Issue
Block a user