minor UI fixes (#1412)

This commit is contained in:
Rob Beeston
2024-11-04 16:21:17 -08:00
committed by GitHub
parent 83d486e442
commit f050854883
2 changed files with 2 additions and 2 deletions

View File

@@ -168,6 +168,6 @@
}
#docsiframe {
@apply w-full mx-0 my-auto overflow-hidden p-0 max-w-[80rem] bg-white;
@apply w-full mx-0 my-auto overflow-hidden p-0 max-w-[80rem] mt-[1px];
height: calc(100vh - 2.6rem)
}

View File

@@ -14,7 +14,7 @@ onclick="window.location='{% if version_str != LATEST_RELEASE_URL_PATH_STR %}{%
>{{ library.name }}</a>
{% for author in library.authors.all %}
{% if author.image %}
<img src="{{ author.image.url }}" class="inline float-right rounded w-[30px]" alt="{{ author.get_display_name }}" />
<img src="{{ author.image.url }}" class="inline float-right rounded w-[30px] ml-1" alt="{{ author.get_display_name }}" />
{% endif %}
{% endfor %}
</h3>