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 %}