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

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

Issue 1174293006: DevTools: Add responsiveness strip to the timeline overview. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline Created 5 years, 6 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
« no previous file with comments | « Source/devtools/front_end/timeline/TimelineEventOverview.js ('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/timeline/timelinePanel.css
diff --git a/Source/devtools/front_end/timeline/timelinePanel.css b/Source/devtools/front_end/timeline/timelinePanel.css
index 6ef42e8076ecce5cd8d16b0a9b51758870f0f2b8..814905ee4011979ffc251998079cbe68670f766c 100644
--- a/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/Source/devtools/front_end/timeline/timelinePanel.css
@@ -253,10 +253,9 @@
#timeline-overview-events,
#timeline-overview-memory,
#timeline-overview-power {
- flex: 0 0 79px;
+ flex: 0 0 100px;
z-index: 160;
width: 100%;
- margin-bottom: 1px;
}
#timeline-overview-memory {
@@ -264,7 +263,7 @@
}
#timeline-overview-frames {
- flex-basis: 100px;
+ flex-basis: 120px;
}
#timeline-overview-pane {
« no previous file with comments | « Source/devtools/front_end/timeline/TimelineEventOverview.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698