mirror of
https://github.com/saicaca/fuwari.git
synced 2025-03-13 23:24:42 +08:00
fix: hide the extra empty line in code blocks
This commit is contained in:
parent
03d88af14e
commit
5cfc78ef65
@ -90,6 +90,8 @@ const className = Astro.props.class;
|
|||||||
margin-right: 1rem
|
margin-right: 1rem
|
||||||
width: 1rem
|
width: 1rem
|
||||||
color: rgba(255, 255, 255, 0.25)
|
color: rgba(255, 255, 255, 0.25)
|
||||||
|
&:last-child:empty
|
||||||
|
display: none
|
||||||
|
|
||||||
pre
|
pre
|
||||||
background: var(--codeblock-bg) !important
|
background: var(--codeblock-bg) !important
|
||||||
|
Loading…
x
Reference in New Issue
Block a user