From aa2f50cec0fee7d0e6f3ebfc1c36c6c6a331f3f3 Mon Sep 17 00:00:00 2001 From: Aselsan Date: Thu, 6 Mar 2025 02:34:31 +0700 Subject: [PATCH 1/3] fix: panel top spacing --- app/Views/errors/html/debug.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Views/errors/html/debug.css b/app/Views/errors/html/debug.css index b20f36a53ce2..52f6b591ad51 100644 --- a/app/Views/errors/html/debug.css +++ b/app/Views/errors/html/debug.css @@ -71,7 +71,7 @@ p.lead { text-align: center; padding: calc(4px + 0.2083vw); width: 100%; - margin-top: -2.14rem; + margin-top: -2.16rem; position: fixed; } From e28b886eaccc32b918059714c73579010cd9dc18 Mon Sep 17 00:00:00 2001 From: Aselsan Date: Thu, 6 Mar 2025 02:38:05 +0700 Subject: [PATCH 2/3] change brand primary color with the actual color code --- app/Views/errors/html/debug.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Views/errors/html/debug.css b/app/Views/errors/html/debug.css index 52f6b591ad51..ba6025321f74 100644 --- a/app/Views/errors/html/debug.css +++ b/app/Views/errors/html/debug.css @@ -3,7 +3,7 @@ --main-text-color: #555; --dark-text-color: #222; --light-text-color: #c7c7c7; - --brand-primary-color: #E06E3F; + --brand-primary-color: #DC4814; --light-bg-color: #ededee; --dark-bg-color: #404040; } From ee1a36d5edcadc63259de3b2aeed5681764ac250 Mon Sep 17 00:00:00 2001 From: Aselsan Date: Fri, 7 Mar 2025 11:01:34 +0700 Subject: [PATCH 3/3] update environment panel to top --- app/Views/errors/html/debug.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Views/errors/html/debug.css b/app/Views/errors/html/debug.css index ba6025321f74..b8539a420221 100644 --- a/app/Views/errors/html/debug.css +++ b/app/Views/errors/html/debug.css @@ -71,7 +71,7 @@ p.lead { text-align: center; padding: calc(4px + 0.2083vw); width: 100%; - margin-top: -2.16rem; + top: 0; position: fixed; }