summaryrefslogtreecommitdiff
path: root/talermerchantdemos/templates
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-04-26 11:22:48 +0200
committerMS <ms@taler.net>2021-04-26 11:22:48 +0200
commit0072a5085b77a42fd5435234875867b2901c3c69 (patch)
treeb269bb5ac263191fa6ee47d6524c2b0e86b83d6b /talermerchantdemos/templates
parent7f03ce9d19cad09c6a3877fedb4d322c9fc00923 (diff)
downloadtaler-merchant-demos-0072a5085b77a42fd5435234875867b2901c3c69.tar.gz
taler-merchant-demos-0072a5085b77a42fd5435234875867b2901c3c69.tar.bz2
taler-merchant-demos-0072a5085b77a42fd5435234875867b2901c3c69.zip
more space for language switcher
Diffstat (limited to 'talermerchantdemos/templates')
-rw-r--r--talermerchantdemos/templates/common-base.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/talermerchantdemos/templates/common-base.html.j2 b/talermerchantdemos/templates/common-base.html.j2
index 9ff90e7..cff7f81 100644
--- 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() %}