Chromium Code Reviews| Index: Source/devtools/front_end/timeline/timelinePanel.css |
| diff --git a/Source/devtools/front_end/timeline/timelinePanel.css b/Source/devtools/front_end/timeline/timelinePanel.css |
| index 6ef42e8076ecce5cd8d16b0a9b51758870f0f2b8..8ee638a2935e01ef23479b41c7c8ee7cbaa260c6 100644 |
| --- a/Source/devtools/front_end/timeline/timelinePanel.css |
| +++ b/Source/devtools/front_end/timeline/timelinePanel.css |
| @@ -60,7 +60,6 @@ |
| } |
| .timeline-overview-frames-mode #timeline-overview-grid, |
| -.timeline-overview-frames-mode .overview-grid-window-area, |
| .timeline-overview-frames-mode .overview-grid-current-position { |
| display: none; |
| } |
| @@ -868,3 +867,11 @@ |
| max-height: 200px; |
| cursor: pointer; |
| } |
| + |
| +.timeline-overview-popover .frame .time { |
| + display: none; |
| +} |
| + |
| +.timeline-overview-popover .frame .thumbnail img { |
| + width: 200px; |
|
caseq
2015/06/16 14:14:49
max-width perhaps?
alph
2015/06/17 09:17:08
Done.
|
| +} |