FIX: Restore wrapper element for d-toc-mini (#60)

This commit is contained in:
David Taylor 2023-10-04 12:45:22 +01:00 committed by GitHub
parent 4ae24c6edc
commit 566d79fa39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,7 @@
<DButton
class="btn-primary"
@action={{this.showTOCOverlay}}
@label={{theme-prefix "table_of_contents"}}
/>
<div class="d-toc-mini">
<DButton
class="btn-primary"
@action={{this.showTOCOverlay}}
@label={{theme-prefix "table_of_contents"}}
/>
</div>