Small UI improvements

This commit is contained in:
cuom1999 2023-08-24 11:10:39 -05:00
parent 37e5e6a3b3
commit 164a712902
6 changed files with 74 additions and 55 deletions

View file

@ -118,7 +118,7 @@
{% macro make_tab_item(name, fa, url, text) %}
<div class="left-sidebar-item {% if page_type == name %}active{% endif %}" data-href="{{ url }}" id="{{ name }}-tab">
<span class="sidebar-icon"><i class="{{ fa }}"></i></span>
<span>{{ text }}</span>
<span class="sidebar-text">{{ text }}</span>
</div>
{% endmacro %}