diff --git a/archivebox/templates/core/snapshot.html b/archivebox/templates/core/snapshot.html index 58dbe756..3524dd3a 100644 --- a/archivebox/templates/core/snapshot.html +++ b/archivebox/templates/core/snapshot.html @@ -78,52 +78,82 @@
{% if PREVIEW_ARCHIVE_DOT_ORG %}
@@ -131,75 +161,115 @@ {% if PREVIEW_ORIGINALS %}
{% endif %}

@@ -214,7 +284,7 @@ allow-scripts allow-top-navigation-by-user-activation allow-top-navigation-to-custom-protocols" - class="full-page-iframe d-none d-sm-block" + class="full-page-iframe" > diff --git a/public/static/snapshot.css b/public/static/snapshot.css index 50bd2272..6da1ea54 100644 --- a/public/static/snapshot.css +++ b/public/static/snapshot.css @@ -27,7 +27,6 @@ header a:hover { margin: 0px; text-align: center; color: #f6f6f6; - font-size: calc(10px + 0.84vw); font-weight: 200; padding: 3px 4px; background-color: #aa1e55; @@ -44,7 +43,6 @@ header small code { white-space: nowrap; font-weight: 200; display: block; - margin-top: -1px; font-size: 13px; opacity: 0.8; user-select: all; @@ -80,11 +78,7 @@ header small code { } .card-body { font-size: 14px; - padding: 13px 10px; - padding-bottom: 1px; - /* padding-left: 3px; */ - /* padding-right: 3px; */ - /* padding-bottom: 3px; */ + padding: 2px 0 4px 0; line-height: 1; word-wrap: break-word; max-height: 102px; @@ -93,6 +87,9 @@ header small code { background-color: #1a1a1a; color: #d3d3d3; } +.card-body > .col-6.col-sm-12 { + margin: 3px 0; +} .card-title { margin-bottom: 4px; } @@ -161,7 +158,6 @@ img.external:hover { display: inline-block; color: #d3d3d3; font-weight: 200; - vertical-align: 3px; } .header-bottom-frames .card-text { width: 100%; @@ -169,7 +165,6 @@ img.external:hover { font-size: 0.9em; display: inline-block; position: relative; - top: -11px; } .card-text code { padding: .2rem .4rem;