Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0459912

Browse files
committed
[WebProfilerBundle] Fix minitoolbar height
1 parent a22a436 commit 0459912

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
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+
}
14+
.sf-minitoolbar svg,
15+
.sf-minitoolbar img {
16+
max-height: 24px;
17+
max-width: 24px;
18+
}
1119

1220
.sf-toolbarreset * {
1321
-webkit-box-sizing: content-box;
@@ -36,7 +44,8 @@
3644
}
3745
.sf-toolbarreset svg,
3846
.sf-toolbarreset img {
39-
max-height: 20px;
47+
max-height: 24px;
48+
max-width: 24px;
4049
}
4150

4251
.sf-toolbarreset .hide-button {

0 commit comments

Comments
 (0)