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

@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Change "From newest to oldest" in the article list to total amount of posts (#85).
- Convert code block header to a flexbox.
- Get rid of dashed outline on article hover in article list.
- Make comment actions slimmer.