diff --git a/public/index.html b/public/index.html index f31115b..b4f1c7e 100644 --- a/public/index.html +++ b/public/index.html @@ -1265,6 +1265,11 @@ gap: 12px; margin-bottom: 4px; } + /* No screenshot → the title row sits at the very top, so reserve space on the right + for the absolute close button (top:14 right:14, 30px) the favorite star would + otherwise collide with. With a screenshot, the close button floats over the image + and the row clears it naturally. */ + .modal-title-row.no-shot { padding-right: 36px; } .modal-title { font-size: 20px; font-weight: 700; } @@ -2287,7 +2292,7 @@
${b.screenshot ? `${esc(b.title)}` - : `
No screenshot
`} + : `
No image
`}
@@ -2521,7 +2526,7 @@ content.innerHTML = ` ${item.screenshot ? `${esc(item.title || '')}` : ''}