Disable copy button until animation completes, fix the fill animation color, change how animations/transitions are disabled

This commit is contained in:
daudix
2024-09-02 03:25:26 +03:00
parent 1b0bcfba93
commit fe1ec83a28
5 changed files with 24 additions and 20 deletions

View File

@ -28,8 +28,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add margin between comment author name and timestamp.
- Add missing edge highlight to active footer navbar links.
- Make comment timestamp more subtle.
- Make the copy button inactive after it is pressed until the animation is complete.
- Reduce the target heading transition time.
- Reduce top margin of the target heading.
- Set animation/transition duration to 0s with `prefers-reduced-motion' instead of removing them altogether.
- Set socials icons as CSS variables and not inline styles.
- Show theme switcher if `config.extra.default_theme` is set, even if `config.extra.nav.show_theme_switcher` is not.
- Tweak padding of verified instance badge.