1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-24 23:10:54 +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:
SirStendec 2018-02-08 18:28:30 -05:00
parent 3ca7d1d955
commit f0bcf7f53e
5 changed files with 1671 additions and 1589 deletions

View file

@ -263,7 +263,8 @@ export default class Badges extends Module {
props: {
'data-provider': 'twitch',
'data-badge': badge_id,
'data-version': version
'data-version': version,
style: {}
},
badges
};

View file

@ -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)">

View file

@ -342,7 +342,8 @@ export default class Metadata extends Module {
html: true,
tooltipClass: 'ffz-metadata-balloon tw-balloon tw-block tw-border tw-elevation-1 tw-border-radius-small tw-c-background',
arrowClass: 'tw-balloon__tail tw-absolute',
// Hide the arrow for now, until we re-do our CSS to make it render correctly.
arrowClass: 'tw-balloon__tail tw-overflow-hidden tw-absolute tw-hidden',
innerClass: 'tw-pd-1',
popper: {

File diff suppressed because it is too large Load diff