forked from mirrors/homebox
Fix/mobile-layouts (#192)
* partial fix for location card spacing * update header on mobile
This commit is contained in:
parent
6a8a25e3f8
commit
58d6f9a28c
2 changed files with 24 additions and 8 deletions
|
@ -19,7 +19,14 @@
|
|||
<span class="mx-auto">
|
||||
{{ location.name }}
|
||||
</span>
|
||||
<span v-if="hasCount" class="badge badge-primary h-6 badge-lg"> {{ count }}</span>
|
||||
<span
|
||||
class="badge badge-primary h-6 badge-lg"
|
||||
:class="{
|
||||
'opacity-0': !hasCount,
|
||||
}"
|
||||
>
|
||||
{{ count }}
|
||||
</span>
|
||||
</h2>
|
||||
</div>
|
||||
</NuxtLink>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue