Merged Ken's work, made a small style change

This commit is contained in:
Jonathan Bobel
2023-12-01 14:54:26 -05:00
parent 91161c8c7e
commit a116c0a0c1

View File

@@ -11,7 +11,7 @@
{% block maincolumn_content %}
<div class="">
<h1 class="font-body-2xl margin-bottom-3">{{ page_title }}</h1>
<h1 class="font-body-2xl margin-y-0">{{ page_title }}</h1>
{{ copy_folder_path(template_folder_path, current_service.id, from_service, current_user) }}
</div>
{% if not services_templates_and_folders.templates_to_show %}
@@ -29,7 +29,7 @@
<ul>
{% for item in services_templates_and_folders %}
<li class="template-list-item {% if item.ancestors %}template-list-item-hidden-by-default{% endif %} {% if not item.ancestors %}template-list-item-without-ancestors{% endif %}">
<li class="template-list-item margin-bottom-2 {% if item.ancestors %}template-list-item-hidden-by-default{% endif %} {% if not item.ancestors %}template-list-item-without-ancestors{% endif %}">
{% if item.is_service %}
{% elif item.is_folder %}
{% else %}