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

Skip to content

Commit 5b05c03

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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;

0 commit comments

Comments
 (0)
0