- navigation bar long title is now allowed

This commit is contained in:
Čarodej
2022-06-01 10:59:59 +02:00
parent 94afb626eb
commit 2e798bd1ec
4 changed files with 9 additions and 7 deletions

View File

@@ -28,7 +28,9 @@
background: member.data.attributes.color ? member.data.attributes.color : '',
}"
>
<span :class="fontSize" class="font-extrabold uppercase text-white dark:text-gray-900">
<span class="font-extrabold uppercase text-white dark:text-gray-900"
:class="[fontSize, {'!text-gray-900': !member.data.attributes.color}]"
>
{{ letter }}
</span>
</div>