2023-08-18 17:03:38 +01:00
|
|
|
@import url('h-card.css');
|
2023-02-08 19:36:24 +00:00
|
|
|
|
|
|
|
.h-entry {
|
2023-08-18 17:03:38 +01:00
|
|
|
border-inline-start: 1px solid var(--color-primary);
|
|
|
|
padding-inline-start: .5rem;
|
2023-02-08 19:36:24 +00:00
|
|
|
|
2023-08-18 17:03:38 +01:00
|
|
|
& .reply-to {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2023-02-08 19:36:24 +00:00
|
|
|
|
2023-08-18 17:03:38 +01:00
|
|
|
& .post-info {
|
|
|
|
& a {
|
|
|
|
text-decoration: none;
|
2023-02-08 19:36:24 +00:00
|
|
|
}
|
2023-08-18 17:03:38 +01:00
|
|
|
}
|
2023-02-08 19:36:24 +00:00
|
|
|
|
2023-08-18 17:03:38 +01:00
|
|
|
& .note-metadata {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
gap: 1rem;
|
2023-02-08 19:36:24 +00:00
|
|
|
|
2023-08-18 17:03:38 +01:00
|
|
|
& .syndication-links {
|
|
|
|
flex-flow: row wrap;
|
2023-02-08 19:36:24 +00:00
|
|
|
|
2023-08-18 17:03:38 +01:00
|
|
|
& a {
|
|
|
|
text-decoration: none;
|
2023-02-08 19:36:24 +00:00
|
|
|
|
2023-08-18 17:03:38 +01:00
|
|
|
& svg {
|
|
|
|
width: 1rem;
|
|
|
|
height: 1rem;
|
2023-02-08 19:36:24 +00:00
|
|
|
}
|
2023-08-18 17:03:38 +01:00
|
|
|
}
|
2023-02-08 19:36:24 +00:00
|
|
|
}
|
2023-08-18 17:03:38 +01:00
|
|
|
}
|
2023-02-08 19:36:24 +00:00
|
|
|
}
|