mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-19 18:01:37 +00:00
show version a bit trasparent on mobile
This commit is contained in:
parent
2bcd145bea
commit
929dd1dbaa
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"resources/css/app.css": {
|
"resources/css/app.css": {
|
||||||
"file": "assets/app-b6661245.css",
|
"file": "assets/app-e3775b0a.css",
|
||||||
"isEntry": true,
|
"isEntry": true,
|
||||||
"src": "resources/css/app.css"
|
"src": "resources/css/app.css"
|
||||||
},
|
},
|
||||||
|
@ -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" />
|
<x-application-logo class="h-9 w-9 rounded-md" />
|
||||||
<span class="ml-1 hidden md:block">Deploy</span>
|
<span class="ml-1 hidden md:block">Deploy</span>
|
||||||
<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() }}
|
{{ vito_version() }}
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user