fix: desktop layout

pull/5455/head
Adam 2025-12-12 14:20:37 -06:00
parent f7acc34327
commit 3e03646e42
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75
1 changed files with 4 additions and 0 deletions

View File

@ -317,5 +317,9 @@
flex-direction: column;
align-self: stretch;
gap: 12px;
> :first-child > [data-component="markdown"]:first-child {
margin-top: 0;
}
}
}