File tree 2 files changed +45
-0
lines changed
system/Debug/Toolbar/Views
2 files changed +45
-0
lines changed Original file line number Diff line number Diff line change 457
457
}
458
458
}
459
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
+ display : block ;
476
+ white-space : nowrap ;
477
+ font-size : 12px ;
478
+ }
479
+
480
+ .toolbar {
481
+ overflow-x : auto ;
482
+ }
483
+ }
484
+ }
460
485
461
486
// THEMES
462
487
// ========================================================================== */
Original file line number Diff line number Diff line change 332
332
display : none !important ;
333
333
}
334
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
+ display : block;
348
+ white-space : nowrap;
349
+ font-size : 12px ;
350
+ }
351
+ # debug-bar .toolbar {
352
+ overflow-x : auto;
353
+ }
354
+ }
335
355
# debug-icon {
336
356
background-color : # FFFFFF ;
337
357
box-shadow : 0 0 4px # DFDFDF ;
You can’t perform that action at this time.
0 commit comments