Replace "From newest to oldest" with the total amount of posts (fixes #85)

This commit is contained in:
daudix
2024-09-24 02:24:26 +03:00
parent d4375dbcb4
commit 20fe6e82dd
10 changed files with 31 additions and 25 deletions

View File

@ -50,6 +50,7 @@
.tags {
justify-content: flex-end;
margin: 0;
a {
background-color: var(--accent-color-alpha);

View File

@ -1,13 +1,14 @@
.tags {
display: inline-flex;
display: flex;
flex-wrap: wrap;
gap: 0.25rem;
margin: 0;
margin-block-start: 2rem;
padding: 0;
list-style: none;
li {
display: inline-flex;
display: flex;
transition: var(--transition);
margin: 0;
padding: 0;