From 717db6b729d4429c379975c7453493790f4efa74 Mon Sep 17 00:00:00 2001 From: Christian Bieg Date: Thu, 30 Apr 2020 18:51:36 +0200 Subject: [PATCH 1/2] Fixed colors for the dark theme --- Resources/views/Profiler/profiler.html.twig | 47 ++++++++++++--------- 1 file changed, 27 insertions(+), 20 deletions(-) diff --git a/Resources/views/Profiler/profiler.html.twig b/Resources/views/Profiler/profiler.html.twig index 2737a3e6..db9fa884 100644 --- a/Resources/views/Profiler/profiler.html.twig +++ b/Resources/views/Profiler/profiler.html.twig @@ -87,12 +87,22 @@ {% if query.body is not empty %} -
- - Body: {{ query.body|slice(0, 100) }} - - + - - +
+ + Body: {{ query.body|slice(0, 100) }} + +
+ + + Expand [+] + + +
{{ query.body }}
@@ -128,20 +138,17 @@ {% endif %}