Keep link chip visible beside truncated result titles
This commit is contained in:
@@ -259,7 +259,10 @@ export function renderResults() {
|
||||
<td class="game-cell">
|
||||
${r.screenshotUrl ? `<img class="thumb clickable-thumb" src="${r.screenshotUrl}" alt="${r.name}">` : ''}
|
||||
<div class="game-meta">
|
||||
<div class="title-line">${r.name} ${renderLinkBadge(r)}</div>
|
||||
<div class="title-line">
|
||||
<span class="title-text">${r.name}</span>
|
||||
${renderLinkBadge(r)}
|
||||
</div>
|
||||
${buildResultMeta(r)}
|
||||
</div>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user