X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3596cf9db6eabb5f0aa36afe7919bc40e8ff0b9a..265d73dffcdea6560f38087eac0219777084c181:/src/references/templates/references/map.html diff --git a/src/references/templates/references/map.html b/src/references/templates/references/map.html index 1ea650819..242d92f9a 100644 --- a/src/references/templates/references/map.html +++ b/src/references/templates/references/map.html @@ -23,23 +23,34 @@ display: flex; flex-wrap: wrap; 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 %}