We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21343a commit 2a8464dCopy full SHA for 2a8464d
system/Debug/Toolbar/Views/toolbar.css
@@ -332,6 +332,26 @@
332
display: none !important;
333
}
334
335
+@media screen and (max-width: 768px) {
336
+ #debug-bar table {
337
+ display: block;
338
+ overflow-x: auto;
339
+ font-size: 12px;
340
+ margin: 5px 5px 10px 5px;
341
+ }
342
+ #debug-bar table td,
343
+ #debug-bar table th {
344
+ padding: 4px 6px;
345
346
+ #debug-bar .timeline {
347
348
+ white-space: nowrap;
349
350
351
+ #debug-bar .toolbar {
352
353
354
+}
355
#debug-icon {
356
background-color: #FFFFFF;
357
box-shadow: 0 0 4px #DFDFDF;
0 commit comments