X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6f12caf7d625f0bfffd2b138897fd8c711a6b2f5..265d73dffcdea6560f38087eac0219777084c181:/src/references/templates/references/map.html diff --git a/src/references/templates/references/map.html b/src/references/templates/references/map.html index 1aadfc4c2..242d92f9a 100644 --- a/src/references/templates/references/map.html +++ b/src/references/templates/references/map.html @@ -22,25 +22,35 @@ .l-popup-books { display: flex; flex-wrap: wrap; - width: 100px; gap: 5px; + max-height: 350px; + overflow-y: scroll; } .l-popup-books img { display: block; } + .l-popup-books .c-search-result-fragment { + padding: 0 0 20px 0; + border-width: 0; + border-radius: 0; + } + .l-popup-book-header { + display: flex; + gap: 16px; + } {% endblock %} {% block global-content %} -
+
{% endblock %} {% block extrabody %}