From 3d6d80d843842851f4758faacb86039573c42a5d Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 18 May 2017 11:06:54 +0200 Subject: [PATCH] Improved how profiler errors are dispalyed on small screens --- .../Resources/views/Profiler/profiler.css.twig | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig index 6bff3723d9d2..56c02685f63d 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig @@ -973,6 +973,18 @@ table.logs .sf-call-stack abbr { display: block; } + #sidebar:not(:hover):not(.expanded) .label .count { + border-radius: 50%; + border: 1px solid #eee; + height: 8px; + min-width: 0; + padding: 0; + right: 4px; + text-indent: -9999px; + top: 50%; + width: 8px; + } + .visible-small { display: inherit; }