File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 127127 color : # ffffff ;
128128}
129129
130+ .game-tool-roundtrip p > a {
131+ font-size : calc (1em + 1px );
132+ font-weight : 700 ;
133+ }
134+
130135.game-tool-roundtrip h4 {
131136 margin : 0 0 6px ;
132137}
Original file line number Diff line number Diff line change @@ -237,8 +237,9 @@ function renderCard(row, instanceKey = "main") {
237237 article . dataset . gameId = row . id ;
238238
239239 const launchHref = row . workspaceHref || "" ;
240+ const previewLaunchHref = row . href || "" ;
240241 const previewHtml = row . preview
241- ? `<a class="game-preview-link" href="${ escapeHtml ( launchHref || "#" ) } " ${ launchHref ? "" : "aria-disabled=\"true\"" } ><img class="game-thumb" loading="lazy" decoding="async" alt="${ escapeHtml ( row . title ) } thumbnail" src="${ escapeHtml ( row . preview ) } "></a>`
242+ ? `<a class="game-preview-link" href="${ escapeHtml ( previewLaunchHref || "#" ) } " ${ previewLaunchHref ? "" : "aria-disabled=\"true\"" } ><img class="game-thumb" loading="lazy" decoding="async" alt="${ escapeHtml ( row . title ) } thumbnail" src="${ escapeHtml ( row . preview ) } "></a>`
242243 : `<span class="game-preview-link game-preview-missing">No Preview</span>` ;
243244
244245 const pinInputId = `game-pin-${ escapeHtml ( row . id ) } -${ escapeHtml ( instanceKey ) } ` ;
You can’t perform that action at this time.
0 commit comments