Skip to content

Commit

Permalink
Cleanup + fix for regression since UI refinement branch (#1605)
Browse files Browse the repository at this point in the history
  • Loading branch information
nckrtl committed Apr 3, 2024
1 parent 2f046cb commit e77516c
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/Resources/laravel-debugbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,6 @@ dl.phpdebugbar-widgets-kvlist dd.phpdebugbar-widgets-value.phpdebugbar-widgets-p
background: transparent;
}

dl.phpdebugbar-widgets-kvlist dt {
width: calc(25%-10px);
}

dl.phpdebugbar-widgets-kvlist dd {
margin-left: 25%;
}
Expand Down Expand Up @@ -366,12 +362,14 @@ ul.phpdebugbar-widgets-timeline table.phpdebugbar-widgets-params td:first-child
}

div.phpdebugbar-widgets-messages div.phpdebugbar-widgets-toolbar {
width: calc(100%);
width: calc(100% - 20px);
margin-left: 10px;
padding: 4px 0px 4px;
height: 20px;
border-top: 1px solid #ddd;
border-bottom: 0px;
background-color: #e8e8e8;
border-radius: 5px 5px 0px 0px;
}

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 {
Expand Down Expand Up @@ -549,6 +547,7 @@ ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item {
border: none;
font-family: inherit;
overflow: visible;
line-height: 20px;
}

ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item:hover,
Expand Down Expand Up @@ -597,10 +596,6 @@ ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item .phpdebugbar-widget
max-width: 100%;
}

ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item {
line-height: 20px;
}

ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item .phpdebugbar-widgets-duration,
ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item .phpdebugbar-widgets-stmt-id,
ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item .phpdebugbar-widgets-memory {
Expand Down

0 comments on commit e77516c

Please sign in to comment.