Blender Studio pull request - Version 2.2.0 update #104394

Merged
Márton Lente merged 64 commits from ui/v2.2.0 into main 2024-04-08 16:32:44 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 6d36032697 - Show all commits

View File

@ -275,6 +275,7 @@ table
/* Type. */
h1, h2, h3, h4, h5, h6
+fw-title
text-wrap: balance
h1
line-height: calc(40 / 32)

View File

@ -69,7 +69,7 @@
<h2>
{{ asset.name }}
{% if asset.is_free %}
{% include "common/components/cards/pill.html" with class="ms-2" label='Free' %}
{% include "common/components/cards/pill.html" with class="ms-1" label='Free' %}
{% endif %}
</h2>
</div>