From aa7a84614b3b9f400cf1cb2bd9c7d3abf555ca56 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 13 Jan 2021 22:53:17 +0000 Subject: [PATCH] infopane: Add another wrapper div for switching Setitng display: none on uopane seems to DTRT. No intentional resulting overall layout change. Signed-off-by: Ian Jackson --- templates/macros.tera | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/macros.tera b/templates/macros.tera index f48aa1ab..71659c3f 100644 --- a/templates/macros.tera +++ b/templates/macros.tera @@ -27,6 +27,11 @@ div[id=uos] { flex: auto; } + div[class=somepane] { + flex: auto; + display: flex; + flex-direction: column; + } {% endmacro header %} @@ -81,6 +86,7 @@ Hi {{nick | escape}} {% macro infopane() %}
+
@@ -88,6 +94,7 @@ Hi {{nick | escape}}
Mouse select/deselect/drag
shift multiple selection
+
{% endmacro infopane %} -- 2.30.2