Add margin between article heading and details (fixes #68)

Additionally fix the tags not floating to the end of article card, and
add a nice top border to details
This commit is contained in:
daudix
2024-08-29 06:28:18 +03:00
parent 61fb91b7b3
commit be4605cdfb
6 changed files with 31 additions and 12 deletions

View File

@ -7,7 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://codeberg.org/daudix/duckquill/compare/v4.7.1...main)
- Add optional LaTeX rendering using the KaTeX library.
### Added
- Add optional LaTeX rendering using the KaTeX library (#65).
### Changed
- Add separator between article description and details.
### Fixed
- Fix missing margin between article card heading and its details if no description is set (#68).
- Fix tags not floating to the end of the article card.
## [4.7.1](https://codeberg.org/daudix/duckquill/compare/v4.7.0...v4.7.1) - 2024-08-28