FIX: Restore wrapper element for d-toc-mini (#60)
This commit is contained in:
parent
4ae24c6edc
commit
566d79fa39
|
@ -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>
|
Loading…
Reference in New Issue