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 2a8464d commit 380e847Copy full SHA for 380e847
admin/css/debug-toolbar/toolbar.scss
@@ -457,6 +457,31 @@
457
}
458
459
460
+@media screen and (max-width: 768px) {
461
+ #debug-bar {
462
+ table {
463
+ display: block;
464
+ overflow-x: auto;
465
+ font-size: 12px;
466
+ margin: 5px 5px 10px 5px;
467
+
468
+ td,
469
+ th {
470
+ padding: 4px 6px;
471
+ }
472
473
474
+ .timeline {
475
476
+ white-space: nowrap;
477
478
479
480
+ .toolbar {
481
482
483
484
485
486
// THEMES
487
// ========================================================================== */
0 commit comments