We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb01525 commit 97dd063Copy full SHA for 97dd063
client/themes/default/components/page.vue
@@ -59,7 +59,7 @@
59
v-flex.page-col-sd(lg3, xl2, v-if='$vuetify.breakpoint.lgAndUp')
60
v-card.mb-5(v-if='tocDecoded.length')
61
.overline.pa-5.pb-0(:class='$vuetify.theme.dark ? `blue--text text--lighten-2` : `primary--text`') {{$t('common:page.toc')}}
62
- v-list.py-0(dense, nav, :class='$vuetify.theme.dark ? `darken-3-d3` : ``')
+ v-list.py-2(dense, nav, :class='$vuetify.theme.dark ? `darken-3-d3` : ``')
63
page-toc-item(
64
v-for='(item, idx) in tocDecoded'
65
:key='`tocitem-` + idx'
0 commit comments