From 6840b47d9e01587e83e0d377863c8c0eeacd5d88 Mon Sep 17 00:00:00 2001 From: Jocelyn Delalande Date: Fri, 29 Oct 2021 00:24:41 +0200 Subject: [PATCH] Avoid showcase-guy to point his finger at nothing That occured on some screen sizes. --- CHANGELOG.rst | 5 ++++- ihatemoney/static/css/main.css | 5 +++++ ihatemoney/templates/home.html | 7 +++++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 54133bd7..ceb43ce0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,7 +6,10 @@ This document describes changes between each past release. 5.1.2 (unreleased) ================== -- Nothing changed yet. +Changed +------- + +- Minor presentation fixes (901) 5.1.1 (2021-10-26) diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index 5b442ab5..a63391ba 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -69,6 +69,11 @@ body { width: 55px; } +#header .side-to-side { + /* avoid the man with his hand pointing at nothing */ + white-space: nowrap; +} + #header .shareimg { width: 80px; margin-left: 5px; diff --git a/ihatemoney/templates/home.html b/ihatemoney/templates/home.html index cad87390..de88ea73 100644 --- a/ihatemoney/templates/home.html +++ b/ihatemoney/templates/home.html @@ -10,8 +10,11 @@ {% endif %} {% if g.lang == 'fr' %} - ou Voir la BD explicative - + ou + + Voir la BD explicative + + {% endif %}