Chromium Code Reviews| 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 5def2073682c8f3f9d0b48336395b18bb5a918fa..643f2b252b37ccbadf380b04d7b5cdae03a5b8c6 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css |
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css |
| @@ -292,8 +292,8 @@ |
| } |
| .image-preview-container img { |
| - max-width: 100px; |
| - max-height: 100px; |
| + max-width: 300px; |
|
caseq
2017/02/23 03:06:00
should this be a part of this change?
|
| + max-height: 150px; |
| background-image: url(Images/checker.png); |
| -webkit-user-select: text; |
| -webkit-user-drag: auto; |