mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
fix(site): restore blank lines in code blocks (#945)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
bb7439c8e2
commit
dc12cc2162
@@ -1,15 +1,10 @@
|
||||
@layer base {
|
||||
.astro-code code {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.astro-code .line {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
line-height: 1.75;
|
||||
display: inline-block;
|
||||
}
|
||||
.astro-code .line.diff,
|
||||
.astro-code .line.focused {
|
||||
position: relative;
|
||||
width: calc(100% + var(--spacing) * 12);
|
||||
margin-inline: calc(var(--spacing) * -6);
|
||||
padding-inline: calc(var(--spacing) * 6);
|
||||
|
||||
Reference in New Issue
Block a user