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.
1 parent a22a436 commit 0459912Copy full SHA for 0459912
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig
@@ -2,12 +2,20 @@
2
background-color: #222;
3
bottom: 0;
4
display: none;
5
- height: 36px;
6
- padding: 5px 6px 0;
+ height: 30px;
+ padding: 6px 6px 0;
7
position: fixed;
8
right: 0;
9
z-index: 99999;
10
}
11
+.sf-minitoolbar a {
12
+ display: block;
13
+}
14
+.sf-minitoolbar svg,
15
+.sf-minitoolbar img {
16
+ max-height: 24px;
17
+ max-width: 24px;
18
19
20
.sf-toolbarreset * {
21
-webkit-box-sizing: content-box;
@@ -36,7 +44,8 @@
36
44
37
45
.sf-toolbarreset svg,
38
46
.sf-toolbarreset img {
39
- max-height: 20px;
47
48
40
49
41
50
42
51
.sf-toolbarreset .hide-button {
0 commit comments