From 513360d06f77d634b98adc20056d927e8433090e Mon Sep 17 00:00:00 2001 From: Ed Date: Fri, 12 May 2023 00:12:43 +0200 Subject: [PATCH] Added fix for top bar overflow --- tpl/base.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tpl/base.html b/tpl/base.html index 91f0975..c4100cd 100644 --- a/tpl/base.html +++ b/tpl/base.html @@ -45,9 +45,10 @@ } nav {justify-content: normal;padding:0 0.5em;background:var(--card-background-color);} - nav a {display:inline-block;padding:0 1em;line-height:2em;margin:0;white-space:nowrap} + nav a {display:inline-block;padding:0 0.6em;line-height:2em;margin:0;white-space:nowrap} nav img {height:1.2em;display:inline;vertical-align:middle;box-sizing: border-box;} - + nav {display:block;} + body .grid.people { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) !important } .status {float:right;} @@ -92,6 +93,7 @@ {% endif %} Logout {% endif %} +
{% block main %}{% endblock %}