Try fixing copy button flying out

This commit is contained in:
iBug
2024-05-06 21:06:32 +08:00
parent 14e3fa2b28
commit 4f76c2546a
5 changed files with 50 additions and 6 deletions
+5 -1
View File
@@ -5,7 +5,7 @@ permalink: "/docs/history/"
excerpt: Change log of enhancements and bug fixes made to the theme.
sidebar:
nav: docs
last_modified_at: '2024-05-06T01:20:38+08:00'
last_modified_at: '2024-05-06T21:06:31+08:00'
toc: false
---
@@ -17,6 +17,10 @@ toc: false
{% raw %}
## Unreleased
### Bug Fixes
- Fix copy button going out of range for invalid syntax highlighting blocks.
### Enhancements
- Change the icon of a copy button into a tick for 1.5 seconds on successful copy.