From f442faf86b2d63f4120830a4edf8f23280cb20d4 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 18 Jul 2025 10:15:45 +0530 Subject: [PATCH] data analyzer ui fix --- .../templates/data_analyzer/detail.html | 210 +++++++++++------- 1 file changed, 135 insertions(+), 75 deletions(-) diff --git a/data_analyzer/templates/data_analyzer/detail.html b/data_analyzer/templates/data_analyzer/detail.html index 13b4703..00ebf76 100644 --- a/data_analyzer/templates/data_analyzer/detail.html +++ b/data_analyzer/templates/data_analyzer/detail.html @@ -819,7 +819,7 @@ body { position: fixed; top: 0; right: 0; - width: 400px; + width: min(400px, 90vw); height: 100vh; background: var(--surface); border-left: 1px solid var(--outline); @@ -1161,38 +1161,26 @@ body { font-size: 28px; } } - -/* Toast Notifications */ -.toast { - position: fixed; - top: 20px; - right: 20px; - background: var(--surface); - border: 1px solid var(--outline); - border-radius: var(--radius-md); - padding: var(--spacing-md) var(--spacing-lg); - box-shadow: var(--shadow-lg); - z-index: 1000; - max-width: 400px; - font-size: 14px; - font-weight: 500; -} - -.toast.success { - border-color: var(--success); - background: #f0fdf4; - color: #16a34a; -} - -.toast.error { - border-color: var(--error); - background: #fef2f2; - color: #dc2626; -} {% endblock %} {% block content %} +
@@ -1201,13 +1189,7 @@ body {

Upload your data file and get AI-powered analysis with advanced insights

- - - -
+

Your Wallet

đŸ’ŗ
@@ -1223,11 +1205,11 @@ body {
-
-
+ +