fix: motd on mobile
This commit is contained in:
parent
3eb0d58f79
commit
a4ec41e937
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
||||||
<div>
|
<div>
|
||||||
<h2 class="title" v-if="title">{{ title }}</h2>
|
<h2 class="title" v-if="title">{{ title }}</h2>
|
||||||
<api-config @foundApi="hasApiUrl = true"/>
|
<api-config @foundApi="hasApiUrl = true"/>
|
||||||
|
<Message v-if="motd !== ''" class="is-hidden-tablet mb-4">
|
||||||
|
{{ motd }}
|
||||||
|
</Message>
|
||||||
<slot/>
|
<slot/>
|
||||||
</div>
|
</div>
|
||||||
<legal/>
|
<legal/>
|
||||||
|
|
Loading…
Reference in a new issue