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

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

Issue 2644373004: DevTools: Slim down timeline overview height (Closed)
Patch Set: Created 3 years, 11 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 9b0dfba68045aae107e5de8384bd10e4bc6acc63..d4357dacc994149d55978efde3618344924f1624 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
@@ -114,20 +114,24 @@
}
#timeline-overview-cpu-activity {
- flex-basis: 25px;
+ flex-basis: 20px;
+}
+
+#timeline-overview-network {
+ flex-basis: 12px;
}
-#timeline-overview-network,
#timeline-overview-framerate {
- flex-basis: 20px;
+ flex-basis: 16px;
+ margin-top: 0 !important;
}
#timeline-overview-filmstrip {
- flex-basis: 40px;
+ flex-basis: 30px;
}
#timeline-overview-memory {
- flex-basis: 22px;
+ flex-basis: 20px;
}
#timeline-overview-framerate::before,

Powered by Google App Engine
This is Rietveld 408576698