mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-24 07:39:42 +02:00
update tags var
This commit is contained in:
parent
a10604624c
commit
f055395e9c
2 changed files with 2 additions and 3 deletions
|
@ -35,7 +35,7 @@ export default class TableOfContent {
|
|||
* Find all tags on the page
|
||||
*/
|
||||
findTagsOnThePage() {
|
||||
this.tags = document.querySelectorAll(this.tagSelector);
|
||||
this.tags = Array.from(document.querySelectorAll(this.tagSelector));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -44,8 +44,7 @@
|
|||
}
|
||||
|
||||
&__aside,
|
||||
&__content,
|
||||
&__aside-right {
|
||||
&__content {
|
||||
padding: var(--layout-padding-vertical) 0;
|
||||
|
||||
@media (--mobile) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue