Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5b05c03

Browse filesBrowse files
committed
[WebProfilerBundle] Fix minitoolbar height
1 parent 1054dd7 commit 5b05c03
Copy full SHA for 5b05c03

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig
+2-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.