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

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

Issue 2852173002: DevTools: Show screenshots on the main flamechart (Closed)
Patch Set: addressing comments Created 3 years, 8 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 eb908dc42258010bd02e7d5641f364ebb27d60b0..33979b9dfbe28b8925a1f80819e4c6353a450718 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
@@ -479,10 +479,10 @@
flex: none;
}
-.timeline-filmstrip-preview {
- margin-top: 10px;
- max-width: 200px;
- max-height: 200px;
+.timeline-filmstrip-preview > img {
+ margin-top: 5px;
+ max-width: 500px;
+ max-height: 300px;
cursor: pointer;
border: 1px solid #ddd;
}

Powered by Google App Engine
This is Rietveld 408576698