Skip to content

Commit e77516c

Browse files
authored
Cleanup + fix for regression since UI refinement branch (#1605)
1 parent 2f046cb commit e77516c

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

src/Resources/laravel-debugbar.css

+4-9
Original file line numberDiff line numberDiff line change
@@ -313,10 +313,6 @@ dl.phpdebugbar-widgets-kvlist dd.phpdebugbar-widgets-value.phpdebugbar-widgets-p
313313
background: transparent;
314314
}
315315

316-
dl.phpdebugbar-widgets-kvlist dt {
317-
width: calc(25%-10px);
318-
}
319-
320316
dl.phpdebugbar-widgets-kvlist dd {
321317
margin-left: 25%;
322318
}
@@ -366,12 +362,14 @@ ul.phpdebugbar-widgets-timeline table.phpdebugbar-widgets-params td:first-child
366362
}
367363

368364
div.phpdebugbar-widgets-messages div.phpdebugbar-widgets-toolbar {
369-
width: calc(100%);
365+
width: calc(100% - 20px);
366+
margin-left: 10px;
370367
padding: 4px 0px 4px;
371368
height: 20px;
372369
border-top: 1px solid #ddd;
373370
border-bottom: 0px;
374371
background-color: #e8e8e8;
372+
border-radius: 5px 5px 0px 0px;
375373
}
376374

377375
div.phpdebugbar-widgets-messages div.phpdebugbar-widgets-toolbar a.phpdebugbar-widgets-filter, div.phpdebugbar-widgets-messages div.phpdebugbar-widgets-toolbar a.phpdebugbar-widgets-filter.phpdebugbar-widgets-excluded {
@@ -549,6 +547,7 @@ ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item {
549547
border: none;
550548
font-family: inherit;
551549
overflow: visible;
550+
line-height: 20px;
552551
}
553552

554553
ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item:hover,
@@ -597,10 +596,6 @@ ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item .phpdebugbar-widget
597596
max-width: 100%;
598597
}
599598

600-
ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item {
601-
line-height: 20px;
602-
}
603-
604599
ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item .phpdebugbar-widgets-duration,
605600
ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item .phpdebugbar-widgets-stmt-id,
606601
ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item .phpdebugbar-widgets-memory {

0 commit comments

Comments
 (0)