| 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 64855e5cb7836eff22ab1cf83ae4a9a3dfa7f37f..540ba52f2cc56d1b72305a3968a9ebc317cf0e6b 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
|
| @@ -114,20 +114,24 @@
|
| }
|
|
|
| #timeline-overview-cpu-activity {
|
| - flex-basis: 25px;
|
| + flex-basis: 20px;
|
| +}
|
| +
|
| +#timeline-overview-network {
|
| + flex-basis: 12px;
|
| }
|
|
|
| -#timeline-overview-network,
|
| #timeline-overview-framerate {
|
| - flex-basis: 20px;
|
| + flex-basis: 16px;
|
| + margin-top: 0 !important;
|
| }
|
|
|
| #timeline-overview-filmstrip {
|
| - flex-basis: 40px;
|
| + flex-basis: 30px;
|
| }
|
|
|
| #timeline-overview-memory {
|
| - flex-basis: 22px;
|
| + flex-basis: 20px;
|
| }
|
|
|
| #timeline-overview-framerate::before,
|
| @@ -147,8 +151,8 @@
|
| }
|
|
|
| #timeline-overview-responsiveness {
|
| - flex-basis: 6px;
|
| - margin-top: 1px !important;
|
| + flex-basis: 5px;
|
| + margin-top: 0 !important;
|
| }
|
|
|
| #timeline-overview-input {
|
|
|