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

Unified Diff: tracing/tracing/ui/extras/about_tracing/common.css

Issue 3002533002: Switch tracing to new flexbox. (Closed)
Patch Set: Created 3 years, 4 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 | « tracing/tracing/ui/base/overlay.html ('k') | tracing/tracing/ui/extras/about_tracing/profiling_view.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/extras/about_tracing/common.css
diff --git a/tracing/tracing/ui/extras/about_tracing/common.css b/tracing/tracing/ui/extras/about_tracing/common.css
index 1ffb5f72e74ded35a77b0919014df05012422ae5..3db21b67ffa202d19234922455625f4a7524c098 100644
--- a/tracing/tracing/ui/extras/about_tracing/common.css
+++ b/tracing/tracing/ui/extras/about_tracing/common.css
@@ -8,14 +8,14 @@ body {
}
body {
- -webkit-flex-direction: column;
- display: -webkit-flex;
+ flex-direction: column;
+ display: flex;
margin: 0;
padding: 0;
}
body > x-profiling-view {
- -webkit-flex: 1 1 auto;
+ flex: 1 1 auto;
min-height: 0;
}
« no previous file with comments | « tracing/tracing/ui/base/overlay.html ('k') | tracing/tracing/ui/extras/about_tracing/profiling_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698