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 %} +