gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: more space for language switcher


From: gnunet
Subject: [taler-bank] branch master updated: more space for language switcher
Date: Mon, 26 Apr 2021 11:19:17 +0200

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

ms pushed a commit to branch master
in repository bank.

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

commit 61dfa3028f047fe9e5d6bdd81a870fc316c6109d
Author: MS <ms@taler.net>
AuthorDate: Mon Apr 26 11:19:13 2021 +0200

    more space for language switcher
---
 talerbank/app/templates/common_base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/templates/common_base.html 
b/talerbank/app/templates/common_base.html
index 731e2b1..3ae1366 100644
--- a/talerbank/app/templates/common_base.html
+++ b/talerbank/app/templates/common_base.html
@@ -59,7 +59,7 @@
     <div class="right">
       <span>{{ all_languages[getlang()] | default("en") | safe }}</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]