mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-31 06:58:30 +00:00
Update the gray theme. Make the settings menu draw a sub-page list if a page has no content. Update changelog.
This commit is contained in:
parent
3ca7d1d955
commit
f0bcf7f53e
5 changed files with 1671 additions and 1589 deletions
|
@ -26,7 +26,7 @@
|
|||
v-html="t(item.desc_i18n_key || item.i18n_key + '.description', item.description, item)"
|
||||
/>
|
||||
</section>
|
||||
<template v-if="! item.contents">
|
||||
<template v-if="! item.contents || ! item.contents.length">
|
||||
<ul class="tw-border-t tw-pd-y-1">
|
||||
<li class="tw-pd-x-1" v-for="i in item.items">
|
||||
<a href="#" @click="$emit('change-item', i, false)">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue