diff --git a/archivebox/templates/core/snapshot.html b/archivebox/templates/core/snapshot.html index 571c1fcd..05f2d4ef 100644 --- a/archivebox/templates/core/snapshot.html +++ b/archivebox/templates/core/snapshot.html @@ -13,6 +13,7 @@
+
  {{title|safe}} diff --git a/public/static/snapshot.css b/public/static/snapshot.css index 350cc6ca..98e36e9e 100644 --- a/public/static/snapshot.css +++ b/public/static/snapshot.css @@ -18,6 +18,18 @@ small { border: 0; } +#header-toggle { + position: absolute; + top: 8px; + right: 8px; +} +#header-toggle:checked ~ .header-bottom { + display: block; +} +#header-toggle:not(:checked) ~ .header-bottom { + display: none; +} + .header { background-color: #aa1e55; }