gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-merchant-demos] branch master updated: more space for langu


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: more space for language switcher
Date: Mon, 26 Apr 2021 11:22:52 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository taler-merchant-demos.

The following commit(s) were added to refs/heads/master by this push:
     new 0072a50  more space for language switcher
0072a50 is described below

commit 0072a5085b77a42fd5435234875867b2901c3c69
Author: MS <ms@taler.net>
AuthorDate: Mon Apr 26 11:22:48 2021 +0200

    more space for language switcher
---
 talermerchantdemos/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
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() %}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]