| 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 ee300eb38670ffec83ad41ae746a00b5d5138ab6..632093ca6cf7321a885f05fea59fd3a857973477 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 {
|
|
|