Add popup options link, results preview, and context menu for archive.org download pages

This commit is contained in:
Jordan Wages 2025-08-21 23:54:53 -05:00
commit 3fdd76d631
5 changed files with 62 additions and 3 deletions

View file

@ -8,4 +8,7 @@ label input { margin-left: 6px; }
button { font-size: 12px; padding: 4px 10px; }
#count { font-weight: bold; margin: 0 4px; }
#status { font-size: 12px; white-space: pre-wrap; }
.link { font-size: 12px; margin-left: auto; text-decoration: underline; cursor: pointer; }
.preview ul, #preview { list-style: none; padding: 0; margin: 6px 0; max-height: 160px; overflow: auto; border: 1px solid #ddd; border-radius: 4px; }
#preview li { font-size: 12px; padding: 4px 6px; border-bottom: 1px solid #eee; }
#preview li:last-child { border-bottom: 0; }