Improve the appearance and layout of the browse dropdown menu

Refactor static/css/components.css and templates/components/layout/enhanced_header.html to introduce specific styles for the browse dropdown menu, including width, grid layout, and item styling using Tailwind CSS classes.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: c537be14-ffc2-48de-88ef-2bdd9e6ae15a
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/d6d61dac-164d-45dd-929f-7dcdfd771b64/c537be14-ffc2-48de-88ef-2bdd9e6ae15a/76uBCoz
This commit is contained in:
pac7
2025-09-22 02:02:27 +00:00
parent 7e9bd41316
commit 932deb876a
4 changed files with 158 additions and 36 deletions

View File

@@ -35,6 +35,10 @@ outputType = "webview"
localPort = 5000
externalPort = 80
[[ports]]
localPort = 41309
externalPort = 3002
[[ports]]
localPort = 41923
externalPort = 3000
@@ -43,10 +47,6 @@ externalPort = 3000
localPort = 45245
externalPort = 3001
[[ports]]
localPort = 46253
externalPort = 3002
[deployment]
deploymentTarget = "autoscale"
run = ["gunicorn", "--bind=0.0.0.0:5000", "--reuse-port", "thrillwiki.wsgi:application"]