From b7d4a17ffd9fa2f4cffe997c667bb1f43148043e Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Fri, 21 Aug 2020 18:08:32 +0200 Subject: [PATCH] Better footer on mobile phone --- note_kfet/static/css/custom.css | 1 + note_kfet/templates/base.html | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/note_kfet/static/css/custom.css b/note_kfet/static/css/custom.css index b160bfba..6ad67d9b 100644 --- a/note_kfet/static/css/custom.css +++ b/note_kfet/static/css/custom.css @@ -40,6 +40,7 @@ select.language { height: calc(1.5em + .5rem); color: #6c757d; -moz-appearance: none; + width: auto; } /* Last BDE colors */ diff --git a/note_kfet/templates/base.html b/note_kfet/templates/base.html index ad290427..e2457041 100644 --- a/note_kfet/templates/base.html +++ b/note_kfet/templates/base.html @@ -170,17 +170,16 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% block content %}

Default content...

- {% endblock content %} + {% endblock %}