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-11-25 16:08:07 +00:00
|
|
|
& .replies,
|
|
|
|
& .likes,
|
|
|
|
& .reposts {
|
|
|
|
display: inline-flex;
|
|
|
|
flex-direction: row;
|
|
|
|
gap: .5rem;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
2023-11-25 16:08:07 +00:00
|
|
|
|
|
|
|
.feather {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
stroke: currentcolor;
|
|
|
|
stroke-width: 2;
|
|
|
|
stroke-linecap: round;
|
|
|
|
stroke-linejoin: round;
|
|
|
|
fill: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sr-only {
|
|
|
|
clip: rect(0 0 0 0);
|
|
|
|
clip-path: inset(50%);
|
|
|
|
height: 1px;
|
|
|
|
overflow: hidden;
|
|
|
|
position: absolute;
|
|
|
|
white-space: nowrap;
|
|
|
|
width: 1px;
|
|
|
|
}
|