Improved how profiler errors are dispalyed on small screens

This commit is contained in:
Javier Eguiluz 2017-05-18 11:06:54 +02:00
parent b8c95976c3
commit 3d6d80d843

View File

@ -973,6 +973,18 @@ table.logs .sf-call-stack abbr {
display: block;
}
#sidebar:not(:hover):not(.expanded) .label .count {
border-radius: 50%;
border: 1px solid #eee;
height: 8px;
min-width: 0;
padding: 0;
right: 4px;
text-indent: -9999px;
top: 50%;
width: 8px;
}
.visible-small {
display: inherit;
}