Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(657)

Unified Diff: third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css

Issue 2712833002: DevTools: Show decoded body length for network requests on timeline. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698