Backport some changes and fixes

Return the separator customization that got lost in some commit
Don't blur the nav when it's not visible
Don't scale down the article card when clicking on a tag
This commit is contained in:
daudix
2024-11-14 19:40:54 +03:00
parent 45b13f00b5
commit 4b1fac1f17
9 changed files with 40 additions and 21 deletions

View File

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://codeberg.org/daudix/duckquill/compare/v6.0.0...main)
### Changed
- Don't scale down article cards when clicking on tags in them.
- Improve performance of the page when navbar is hidden by using the `config.extra.nav.auto_hide` config variable.
- Replace `config.extra.debug_*` config variables with variables under the `config.extra.debug` section.
## [6.0.0](https://codeberg.org/daudix/duckquill/compare/v5.4.0...v6.0.0)
### Added