We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57e0468 + ca9f446 commit 43d82e7Copy full SHA for 43d82e7
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig
@@ -1,5 +1,6 @@
1
.sf-minitoolbar {
2
background-color: #222;
3
+ border-top-left-radius: 4px;
4
bottom: 0;
5
display: none;
6
height: 30px;
@@ -8,6 +9,7 @@
8
9
right: 0;
10
z-index: 99999;
11
}
12
+
13
.sf-minitoolbar a {
14
display: block;
15
@@ -357,6 +359,8 @@
357
359
/* Override the setting when the toolbar is on the top */
358
360
{% if position == 'top' %}
361
362
+ border-bottom-left-radius: 4px;
363
+ border-top-left-radius: 0;
364
bottom: auto;
365
366
top: 0;
0 commit comments