Added better spacing.
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good

This commit is contained in:
Tom Butcher 2026-03-09 02:47:07 +00:00
parent 00e8b07528
commit b1590c7adc
2 changed files with 17 additions and 1 deletions

View File

@ -487,6 +487,22 @@ body {
margin-top: 0;
}
.markdown h1:first-child {
margin-top: -4px;
}
.markdown h2:first-child {
margin-top: -3px;
}
.markdown h3:first-child {
margin-top: -2px;
}
.markdown h4:first-child {
margin-top: -1px;
}
.markdown *:last-child {
margin-bottom: 0;
}

View File

@ -163,7 +163,7 @@ const NoteItem = ({
const noteItem = (
<>
<Flex vertical gap={'small'}>
<Flex gap={'middle'} align='start'>
<Flex gap={'middle'} align='start' style={{ marginBottom: '4px' }}>
<Space>
<PersonIcon />
<Text style={{ whiteSpace: 'nowrap' }}>{note.user.name}:</Text>