Skip to content

Commit ade85ae

Browse files
authored
Update timeline layout
1 parent b949786 commit ade85ae

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/Resources/laravel-debugbar.css

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -323,21 +323,19 @@ ul.phpdebugbar-widgets-timeline li span.phpdebugbar-widgets-value {
323323
ul.phpdebugbar-widgets-timeline li span.phpdebugbar-widgets-label,
324324
ul.phpdebugbar-widgets-timeline li span.phpdebugbar-widgets-collector {
325325
top: 0px;
326-
color: #fff;
327-
font-size: 11px;
328-
text-shadow: 1px 1px #000;
329-
}
330-
331-
ul.phpdebugbar-widgets-timeline > li:nth-child(n+2) span.phpdebugbar-widgets-label {
332326
color: #000;
333-
text-shadow: none;
327+
font-size: 11px;
334328
}
335329

336330
ul.phpdebugbar-widgets-timeline li .phpdebugbar-widgets-value span.phpdebugbar-widgets-label {
337331
color: #fff;
338332
text-shadow: 1px 1px #000;
339333
}
340334

335+
ul.phpdebugbar-widgets-timeline table.phpdebugbar-widgets-params {
336+
font-size: 11px;
337+
}
338+
341339
div.phpdebugbar-widgets-messages div.phpdebugbar-widgets-toolbar {
342340
width: calc(100% - 20px);
343341
padding: 4px 0px 4px;

0 commit comments

Comments
 (0)