From 1b08c99047a604d2c475e00dfcdc4138ab00d79e Mon Sep 17 00:00:00 2001 From: Ionel Andrei Cataon Date: Wed, 18 Feb 2026 17:32:07 +0200 Subject: [PATCH] s --- .../src/main/webapp/index.html | 38 ++++++++++--------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/proiect-nutritie-java/src/main/webapp/index.html b/proiect-nutritie-java/src/main/webapp/index.html index fca8924..333d75b 100644 --- a/proiect-nutritie-java/src/main/webapp/index.html +++ b/proiect-nutritie-java/src/main/webapp/index.html @@ -3,7 +3,7 @@ - NutriAI Elite v24.0 + NutriAI Elite v26.0 @@ -22,7 +22,7 @@ .main-wrapper { display: flex; height: 100dvh; flex-direction: row; } @media (max-width: 991px) { .main-wrapper { flex-direction: column; overflow-y: auto; height: auto; } - .sidebar { width: 100% !important; height: auto !important; border-right: none !important; border-bottom: 1px solid rgba(255,255,255,0.1); } + .sidebar { width: 100% !important; height: auto !important; border-right: none !important; } .chat-section { height: 600px !important; } body { overflow-y: auto; } } @@ -38,7 +38,7 @@ .macro-hub { background: rgba(255,255,255,0.05); border-radius: 20px; padding: 15px; margin-top: 10px; } .chat-container { flex-grow: 1; overflow-y: auto; padding: 1.5rem; display: flex; flex-direction: column; } - .msg { padding: 1.2rem; border-radius: 1.2rem; margin-bottom: 1rem; font-size: 1rem; max-width: 90%; color: #fff !important; word-wrap: break-word; } + .msg { padding: 1.2rem; border-radius: 1.2rem; margin-bottom: 1rem; font-size: 1rem; max-width: 95%; color: #fff !important; word-wrap: break-word; } .ai { background: var(--card); border-left: 6px solid var(--primary); align-self: flex-start; } .user { background: var(--primary); align-self: flex-end; } @@ -48,8 +48,9 @@ .btn-shop { background: #f59e0b; color: #000; font-weight: 800; border: none; border-radius: 12px; padding: 0 15px; white-space: nowrap; } .btn-reset { background: rgba(239, 68, 68, 0.15); color: #fca5a5; border: 1px solid #ef4444; border-radius: 12px; padding: 8px; font-weight: 700; width: 100%; margin-top: 15px; } - table { width: 100%; display: block; overflow-x: auto; color: #fff; border-collapse: collapse; margin-top: 10px; } - th, td { border: 1px solid rgba(255,255,255,0.2); padding: 8px; text-align: left; } + table { width: 100%; display: block; overflow-x: auto; color: #fff; border-collapse: collapse; margin: 10px 0; background: rgba(0,0,0,0.2); border-radius: 8px; } + th, td { border: 1px solid rgba(255,255,255,0.1); padding: 8px; text-align: left; min-width: 80px; } + th { background: rgba(255,255,255,0.05); font-weight: 800; color: var(--accent); } @@ -114,15 +115,15 @@
-
Intelligence Hub Updated.
- Meal plans now include full macro breakdowns per ingredient. Shopping list recognition is fully active. +
System Online.
+ Meal plans are structured by day and meal, featuring raw ingredient macros and comprehensive totals.
- +