🐛 Fix some styling and authorizing issue

This commit is contained in:
2025-12-27 15:43:07 +08:00
parent 56b421a308
commit b78609a71e
3 changed files with 403 additions and 220 deletions

View File

@@ -5,7 +5,7 @@
</main> </main>
<footer <footer
class="backdrop-blur-2xl flex items-center h-12 px-4 sticky bottom-0 border-t border-t-gray-100/50" class="backdrop-blur-2xl flex items-center h-12 px-4 sticky bottom-0 border-t border-t-gray-100/50 dark:border-t-gray-800/50"
> >
<div class="container mx-auto flex items-center justify-between"> <div class="container mx-auto flex items-center justify-between">
<nuxt-link to="/"> <nuxt-link to="/">

File diff suppressed because it is too large Load Diff

View File

@@ -1,10 +1,7 @@
services: services:
app: app:
# This will build the Dockerfile in the current directory. # This will use the image from the registry.
# Alternatively, you can specify the image from a registry. image: ghcr.io/solsynth/floating-island:master
# Replace 'your-github-username' with your actual GitHub username or organization.
image: ghcr.io/solsynth/floating-island:latest
build: .
# This maps the .env file from your project root into the container. # This maps the .env file from your project root into the container.
env_file: env_file:
- .env - .env