| Index: third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
|
| index 82a653384d97c9ac55da6b22fd4281154a49d9af..35f271ca08298ec534ca0d54dbe159deef29820a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
|
| @@ -109,7 +109,7 @@
|
| background-color: rgba(255, 255, 255, 0.7);
|
| padding: 0 4px;
|
| position: absolute;
|
| - top: 0;
|
| + top: -2px;
|
| right: 0;
|
| }
|
|
|
| @@ -118,7 +118,7 @@
|
| }
|
|
|
| #timeline-overview-network {
|
| - flex-basis: 12px;
|
| + flex-basis: 8px;
|
| }
|
|
|
| #timeline-overview-framerate {
|
|
|