2025-01-03 17:25:18 +01:00
|
|
|
.-best-posts {
|
|
|
|
.rewind-report-container {
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 1em;
|
|
|
|
}
|
2025-01-06 11:53:18 -06:00
|
|
|
.rewind-card {
|
|
|
|
max-width: 700px;
|
|
|
|
text-align: left;
|
|
|
|
align-items: unset;
|
|
|
|
}
|
|
|
|
.best-posts__post {
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 16px;
|
|
|
|
width: 100%;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.best-posts__metadata {
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 12px;
|
|
|
|
display: flex;
|
|
|
|
gap: 10px;
|
|
|
|
color: var(--primary-700);
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.best-posts__likes,
|
|
|
|
.best-posts__replies {
|
|
|
|
border: 1px solid var(--primary-200);
|
|
|
|
padding: 3px 8px;
|
|
|
|
border-radius: 5px;
|
|
|
|
display: flex;
|
|
|
|
gap: 5px;
|
|
|
|
align-items: center;
|
|
|
|
svg {
|
|
|
|
color: var(--primary-700);
|
|
|
|
}
|
|
|
|
}
|
2025-01-03 17:25:18 +01:00
|
|
|
}
|