mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Revert whitespace hack
This commit is contained in:
parent
a2eb2e52d4
commit
e2531584bf
1 changed files with 7 additions and 3 deletions
|
|
@ -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 }}
|
||||
{{ app.text }}
|
||||
<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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue