hide text on small screen (#3021)
This commit is contained in:
parent
f61471b0f2
commit
41abe63f18
1 changed files with 14 additions and 12 deletions
|
|
@ -87,6 +87,7 @@
|
||||||
>
|
>
|
||||||
{{SITE_TITLE}}
|
{{SITE_TITLE}}
|
||||||
</h5>
|
</h5>
|
||||||
|
<template v-if="$q.screen.gt.sm">
|
||||||
<h6
|
<h6
|
||||||
class="q-my-sm"
|
class="q-my-sm"
|
||||||
v-if="'{{LNBITS_SHOW_HOME_PAGE_ELEMENTS}}' == 'True'"
|
v-if="'{{LNBITS_SHOW_HOME_PAGE_ELEMENTS}}' == 'True'"
|
||||||
|
|
@ -99,6 +100,7 @@
|
||||||
>
|
>
|
||||||
{{SITE_DESCRIPTION}}
|
{{SITE_DESCRIPTION}}
|
||||||
</p>
|
</p>
|
||||||
|
</template>
|
||||||
<!-- <div
|
<!-- <div
|
||||||
class="gt-sm"
|
class="gt-sm"
|
||||||
v-html="formatDescription"
|
v-html="formatDescription"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue