Updated riso.app with Site Configuration Parameter
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
<template>
|
||||
<q-footer
|
||||
v-if="tools.isUserOk() && site"
|
||||
class="bg-white small-screen-only"
|
||||
v-if="tools.isUserOk() && site && site.confpages"
|
||||
:class="($q.dark.isActive ? `bg-black` : `bg-white`) + `small-screen-only`"
|
||||
bordered
|
||||
>
|
||||
<q-tabs
|
||||
dense
|
||||
class="text-grey-10 mylabfooter mysmalltabs"
|
||||
:class="($q.dark.isActive ? `text-white bg-black` : `text-grey-10 bg-white`) + ` mylabfooter mysmalltabs`"
|
||||
style="padding: 0px !important;"
|
||||
content-class="mysmalltabs"
|
||||
active-color="primary"
|
||||
:active-color="$q.dark.isActive ? `primary`: `primary`"
|
||||
no-caps
|
||||
indicator-color="transparent"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user