show version a bit trasparent on mobile

This commit is contained in:
Saeed Vaziry
2024-04-01 00:06:29 +02:00
parent 2bcd145bea
commit 929dd1dbaa
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ class="inline-flex items-center rounded-md p-2 text-sm text-gray-500 hover:bg-gr
<x-application-logo class="h-9 w-9 rounded-md" />
<span class="ml-1 hidden md:block">Deploy</span>
<span
class="absolute bottom-0 left-0 right-0 rounded-b-md bg-gray-700 text-center text-xs text-white md:relative md:ml-1 md:block md:bg-inherit md:text-inherit"
class="absolute bottom-0 left-0 right-0 rounded-b-md bg-gray-700/60 text-center text-xs text-white md:relative md:ml-1 md:block md:bg-inherit md:text-inherit"
>
{{ vito_version() }}
</span>