changeset 8578d550326d in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset;node=8578d550326d
description:
        Increase padding on footer links

        It is recommended tap targets to be large enough with enough space to 
be easy
        enough to tap without overlapping onto other elements.
diffstat:

 templates/layout.html |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 072f3cc1cc68 -r 8578d550326d templates/layout.html
--- a/templates/layout.html     Sun Jul 14 10:56:03 2019 +0200
+++ b/templates/layout.html     Sun Jul 14 11:18:15 2019 +0200
@@ -91,7 +91,7 @@
                                     <nav>
                                         <ul>
                                             {% for item, url in items %}
-                                            <li>
+                                            <li class="p-2">
                                                 <a href="{{ url }}">{{ 
item|safe }}</a>
                                             </li>
                                             {% endfor %}

Reply via email to