mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-04 01:46:54 +10:00
8 lines
447 B
HTML
8 lines
447 B
HTML
<!-- Paper thumbnail - shows PDF icon placeholder -->
|
|
<div class="extractor-thumbnail papersdl-thumbnail" style="width: 100%; height: 100px; overflow: hidden; background: #1a1a1a; display: flex; align-items: center; justify-content: center;">
|
|
<div style="display: flex; flex-direction: column; align-items: center; color: #888; font-size: 12px;">
|
|
<span style="font-size: 32px;">📄</span>
|
|
<span>Paper</span>
|
|
</div>
|
|
</div>
|