Add hot/poor article types, move article list to a partial (fixes #58 and #53)

Among other things introduce new --fg-contrast color variable.
This commit is contained in:
daudix
2024-08-26 03:35:30 +03:00
parent 2af0f9f6cb
commit 6124fdfc60
25 changed files with 368 additions and 255 deletions

View File

@ -21,14 +21,14 @@
.dialog-buttons {
justify-content: start;
gap: 0.25rem;
margin-top: 2rem;
margin-block-start: 2rem;
}
#comments-wrapper {
display: flex;
flex-direction: column;
gap: 2rem;
margin-top: 2rem;
margin-block-start: 2rem;
#comments-status {
margin-block-start: 0;
@ -156,14 +156,14 @@
main {
grid-area: post;
margin-top: 1rem;
margin-block-start: 1rem;
:first-child {
margin-top: 0;
margin-block-start: 0;
}
:last-child {
margin-bottom: 0;
margin-block-end: 0;
}
}
@ -184,7 +184,7 @@
display: flex;
grid-area: interactions;
gap: 0.25rem;
margin-top: 1rem;
margin-block-start: 1rem;
.boosts,
.faves {