Fix layout of note metadata
Especially the syndication links
This commit is contained in:
parent
a8cb30456c
commit
f85085c34f
9 changed files with 17 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue