mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Reduce dom nodes inside anchor
This commit is contained in:
parent
27e88e302f
commit
a2eb2e52d4
1 changed files with 3 additions and 10 deletions
|
|
@ -70,16 +70,9 @@
|
||||||
{{ app.name.charAt(0) }}
|
{{ app.name.charAt(0) }}
|
||||||
</div>
|
</div>
|
||||||
</client-only>
|
</client-only>
|
||||||
<div class="min-w-0 flex-1 px-4 md:ml-12 md:mr-48 pt-4 md:pt-0 space-y-2">
|
<div class="min-w-0 flex-1 text-sm whitespace-pre-line leading-7 md:ml-12 md:mr-48 pt-4 md:pt-0 pr-6 pl-4 md:px-4 space-y-2">
|
||||||
<div class="text-sm leading-5 font-light truncate">
|
<template v-if="app.endpoint.includes('/game/')">🕹</template> {{ app.name }}
|
||||||
<template v-if="app.endpoint.includes('/game/')">
|
{{ app.text }}
|
||||||
🕹
|
|
||||||
</template>
|
|
||||||
{{ app.name }}
|
|
||||||
</div>
|
|
||||||
<div class="flex items-center text-sm leading-5 text-gray-500 overflow-hidden">
|
|
||||||
{{ app.text }}
|
|
||||||
</div>
|
|
||||||
<!-- app.lastUpdated: {{ app.lastUpdated }} -->
|
<!-- app.lastUpdated: {{ app.lastUpdated }} -->
|
||||||
<client-only
|
<client-only
|
||||||
v-if="app.lastUpdated"
|
v-if="app.lastUpdated"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue