taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

commit 0072a5085b77a42fd5435234875867b2901c3c69
parent 7f03ce9d19cad09c6a3877fedb4d322c9fc00923
Author: MS <ms@taler.net>
Date:   Mon, 26 Apr 2021 11:22:48 +0200

more space for language switcher

Diffstat:
Mtalermerchantdemos/templates/common-base.html.j2 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talermerchantdemos/templates/common-base.html.j2 b/talermerchantdemos/templates/common-base.html.j2 @@ -59,7 +59,7 @@ <div class="right"> <span>{{ all_languages[getlang()] | default("en") }}</span> <div style="position: relative; overflow: visible;"> - <div class="nav" style="position: absolute; background: #1e2739; max-height: 20em; overflow-y: scroll"> + <div class="nav" style="position: absolute; background: #1e2739; max-height: 60vh; overflow-y: scroll"> <br> {% for lang_code, lang_display in all_languages.items() %} {% if lang_code != getlang() %}