8000 [WebProfilerBundle] Fix minitoolbar height · symfony/symfony@a4550c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit a4550c3

Browse files
committed
[WebProfilerBundle] Fix minitoolbar height
1 parent 1054dd7 commit a4550c3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22
background-color: #222;
33
bottom: 0;
44
display: none;
5-
height: 36px;
6-
padding: 5px 6px 0;
5+
height: 30px;
6+
padding: 6px 6px 0;
77
position: fixed;
88
right: 0;
99
z-index: 99999;
1010
}
11+
.sf-minitoolbar a {
12+
display: block;
13+
}
1114

1215
.sf-toolbarreset * {
1316
-webkit-box-sizing: content-box;

0 commit comments

Comments
 (0)
0