Small UI improvements
This commit is contained in:
parent
37e5e6a3b3
commit
164a712902
6 changed files with 74 additions and 55 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue