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

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"resources/css/app.css": {
"file": "assets/app-b6661245.css",
"file": "assets/app-e3775b0a.css",
"isEntry": true,
"src": "resources/css/app.css"
},

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>