fix: UI issues

This commit is contained in:
Gary 2024-03-08 09:49:16 -08:00
parent 5dd9c998f0
commit dc2b15ba2a
4 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
version: "3.8"
services:
coolify:
image: "githaven.org/shiloh/lasthourcloud:latest"
image: "githaven.org/shiloh/lasthourcloud:beta"
volumes:
- type: bind
source: /data/coolify/source/.env

View File

@ -2,7 +2,7 @@
<div class="min-h-screen hero">
<div class="w-96 min-w-fit">
<div class="flex flex-col items-center pb-8">
<img class="transition rounded w-22 h-22" src="{{ asset('lasthour-transparent.png') }}">
<img class="transition rounded w-[10rem] h-[10rem]" src="{{ asset('lasthour-transparent.png') }}">
</div>
<div class="flex items-center gap-2">
<h1>{{ __('auth.login') }}</h1>

View File

@ -2,7 +2,7 @@
<div class="flex items-center justify-center min-h-screen ">
<div class="w-1/2">
<div class="flex flex-col items-center pb-8">
<img class="transition rounded w-22 h-22" src="{{ asset('lasthour-transparent.png') }}">
<img class="transition rounded w-11 h-11" src="{{ asset('lasthour-transparent.png') }}">
<x-version />
</div>
<div class="flex items-center gap-2">

View File

@ -152,8 +152,8 @@
@endpersist
@endif
<li title="Get Involved">
<a class="hover:bg-transparent" href="https://shilohcode.com/get-involved" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" class="icon hover:text-blue-500" viewBox="0 0 16 16">
<a class="justify-center hover:text-white hover:bg-transparent" href="https://shilohcode.com/get-involved" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 16 16">
<path d="M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.5 2.5 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5m-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3" />
</svg>
</a>