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

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: rebased, addressed review comments, added a test Created 7 years 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
« no previous file with comments | « Source/devtools/front_end/inspectorCommon.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/timelinePanel.css
diff --git a/Source/devtools/front_end/timelinePanel.css b/Source/devtools/front_end/timelinePanel.css
index 5b1787880cdddba8f9087def424548a91823ae8b..478b84eec569d294031187b3af66d9fba10c2627 100644
--- a/Source/devtools/front_end/timelinePanel.css
+++ b/Source/devtools/front_end/timelinePanel.css
@@ -70,8 +70,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 {
« no previous file with comments | « Source/devtools/front_end/inspectorCommon.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698