diff --git a/src/bggpipe/static/app.css b/src/bggpipe/static/app.css index e17a1d5..4840225 100644 --- a/src/bggpipe/static/app.css +++ b/src/bggpipe/static/app.css @@ -498,10 +498,6 @@ a.game:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; } padding: .35rem .45rem; background: #fff; resize: vertical; } -.linkish { - background: none; border: none; padding: 0; font: inherit; - color: var(--accent); text-decoration: underline; cursor: pointer; -} /* pick rows live inside an .editform, whose label style (stacked, uppercase, gray) is for FIELDS — a checklist row overrides it back to a plain reading line */ diff --git a/src/bggpipe/templates/pages/librarygame.html b/src/bggpipe/templates/pages/librarygame.html index e4521ec..b23971e 100644 --- a/src/bggpipe/templates/pages/librarygame.html +++ b/src/bggpipe/templates/pages/librarygame.html @@ -238,13 +238,13 @@ function render(g) { ${g.stored_in_game ? `

This game has no box of its own — it lives inside ${esc(g.stored_in_game.name)}'s. -

` +

` : g.stored_in ? `

Stored inside BGG game ${esc(g.stored_in)} (not in the library yet — run enrich). -

` +

` : `

In its own box. -

`} +

`}

${esc(u.description || "")} - joins the titles list like a photo read — resolve matches it - next run. A whole box of expansions? + next run. A whole box of expansions?