#22839 - changed debug toolbar dump section to relative and use full window width

This commit is contained in:
Michał Kurzeja 2017-05-30 10:18:53 +02:00
parent af6b25b28c
commit 65297de3aa

View File

@ -350,6 +350,15 @@
100% { background: #222; }
}
.sf-toolbar-block.sf-toolbar-block-dump {
position: static;
}
.sf-toolbar-block.sf-toolbar-block-dump .sf-toolbar-info {
max-width: none;
right: 0;
}
.sf-toolbar-block-dump pre.sf-dump {
background-color: #222;
border-color: #777;