[WebProfilerBundle] Fix minitoolbar height

This commit is contained in:
Richard 2015-11-19 10:04:56 +01:00
parent a22a43636f
commit 0459912523

View File

@ -2,12 +2,20 @@
background-color: #222;
bottom: 0;
display: none;
height: 36px;
padding: 5px 6px 0;
height: 30px;
padding: 6px 6px 0;
position: fixed;
right: 0;
z-index: 99999;
}
.sf-minitoolbar a {
display: block;
}
.sf-minitoolbar svg,
.sf-minitoolbar img {
max-height: 24px;
max-width: 24px;
}
.sf-toolbarreset * {
-webkit-box-sizing: content-box;
@ -36,7 +44,8 @@
}
.sf-toolbarreset svg,
.sf-toolbarreset img {
max-height: 20px;
max-height: 24px;
max-width: 24px;
}
.sf-toolbarreset .hide-button {