Revert whitespace hack

This commit is contained in:
Sam Carlton 2020-11-21 19:06:06 -06:00
parent a2eb2e52d4
commit e2531584bf

View file

@ -70,9 +70,13 @@
{{ app.name.charAt(0) }}
</div>
</client-only>
<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">
<template v-if="app.endpoint.includes('/game/')">🕹</template> {{ app.name }}
<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="text-sm leading-5 font-light truncate">
{{ app.endpoint.includes('/game/') ? `🕹${app.name}` : app.name }}
</div>
<div class="flex items-center text-sm leading-5 text-gray-500 overflow-hidden">
{{ app.text }}
</div>
<!-- app.lastUpdated: {{ app.lastUpdated }} -->
<client-only
v-if="app.lastUpdated"