Fix layout of note metadata

Especially the syndication links
This commit is contained in:
Jonny Barnes 2025-12-11 17:48:42 +00:00
commit f85085c34f
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
9 changed files with 17 additions and 8 deletions

View file

@ -10,6 +10,18 @@
.e-content > p:first-child {
margin-block-start: 0;
}
.syndication-links {
display: flex;
flex-direction: row;
gap: 1ex;
svg {
border-radius: 4px;
width: auto;
height: 1lh;
}
}
}
.reply-to {