mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
minor UI fixes (#1412)
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user