Skip to content

Commit

Permalink
Fix kvlist and timeline css (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikn69 authored Apr 4, 2024
1 parent 241e9bd commit 07a947e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/Resources/laravel-debugbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -314,20 +314,25 @@ dl.phpdebugbar-widgets-kvlist dd.phpdebugbar-widgets-value.phpdebugbar-widgets-p
background: transparent;
}

dl.phpdebugbar-widgets-kvlist dt {
width: 25%;
}

dl.phpdebugbar-widgets-kvlist dd {
margin-left: 25%;
}

.phpdebugbar-widgets-timeline li .phpdebugbar-widgets-measure {
ul.phpdebugbar-widgets-timeline li .phpdebugbar-widgets-measure {
margin: 0 6px !important;
}

ul.phpdebugbar-widgets-timeline .phpdebugbar-widgets-measure {
height: 28px;
line-height: 28px;
border: none;
}

ul.phpdebugbar-widgets-timeline li > .phpdebugbar-widgets-measure {
height: 20px;
}

ul.phpdebugbar-widgets-timeline li span.phpdebugbar-widgets-value {
height: 16px;
background-color: #63abca;
Expand All @@ -351,6 +356,7 @@ ul.phpdebugbar-widgets-timeline li .phpdebugbar-widgets-value span.phpdebugbar-w

ul.phpdebugbar-widgets-timeline table.phpdebugbar-widgets-params {
font-size: 11px;
margin-top: 20px !important;
}

ul.phpdebugbar-widgets-timeline table.phpdebugbar-widgets-params td {
Expand Down

0 comments on commit 07a947e

Please sign in to comment.