From d1a63290072f69fa24f50416971512f8603ee8f2 Mon Sep 17 00:00:00 2001 From: adrianbj Date: Sun, 24 Apr 2016 13:38:13 -0700 Subject: [PATCH 1/2] Fix for icon gradient conflicts with other debugger bar icons --- src/Panel.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Panel.php b/src/Panel.php index 69ec4ee..c0811c1 100755 --- a/src/Panel.php +++ b/src/Panel.php @@ -75,12 +75,12 @@ public function getTab() . '' . ' - + - - + + ' . '' From ae3fc43246b3c6c063f21c80c29e085290808419 Mon Sep 17 00:00:00 2001 From: adrianbj Date: Fri, 29 Apr 2016 20:56:18 -0700 Subject: [PATCH 2/2] Add tracy-inner div as wrapper for content. This allows for scrolling of the div if the content is longer than the panel's height. --- src/Panel.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Panel.php b/src/Panel.php index c0811c1..db8b546 100755 --- a/src/Panel.php +++ b/src/Panel.php @@ -51,12 +51,14 @@ public function getPanel() { return '' . '

Performance between breakpoints

' + . '
' . '

' . 'Add breakpoint: Zarganwar\PerformancePanel\Register::add([name], [parent]);' . '

' . '

' . '' . $this->getRowsString() . '
Total breakpoints' . $this->countBreakpoints() . '
' - . '

'; + . '

' + . '
'; } /**