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

Unified Diff: Source/devtools/front_end/timelinePanel.css

Issue 61923003: Timeline: show impl-side frames on the Timeline overview (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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: Source/devtools/front_end/timelinePanel.css
diff --git a/Source/devtools/front_end/timelinePanel.css b/Source/devtools/front_end/timelinePanel.css
index 8bb74880e7399a368721d87105c3aeb70cc120cf..f58ffeaa64c6e80e427194ccb461892aaa06d253 100644
--- a/Source/devtools/front_end/timelinePanel.css
+++ b/Source/devtools/front_end/timelinePanel.css
@@ -65,8 +65,9 @@
}
.timeline-frame-overview .overview-grid-window,
-.timeline-frame-overview .overview-grid-dividers-background {
- height: 100%;
+.timeline-frame-overview .overview-grid-dividers-background,
+.timeline-frame-overview .overview-grid-window-resizer {
+ height: 15px;
}
#timeline-overview-grid #resources-graphs {

Powered by Google App Engine
This is Rietveld 408576698