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

Unified Diff: third_party/WebKit/Source/devtools/front_end/audits2/audits2Panel.css

Issue 2890613004: DevTools: ui polish for the audits2 panel. (Closed)
Patch Set: Created 3 years, 7 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/audits2/audits2Panel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/audits2/audits2Panel.css b/third_party/WebKit/Source/devtools/front_end/audits2/audits2Panel.css
index 136e787726f28508175d055afd81968beccbd794..b46b04cd5e0b6b7bd52aa11558526e7090c249b8 100644
--- a/third_party/WebKit/Source/devtools/front_end/audits2/audits2Panel.css
+++ b/third_party/WebKit/Source/devtools/front_end/audits2/audits2Panel.css
@@ -22,6 +22,7 @@
display: flex;
align-items: center;
justify-content: center;
+ overflow: auto;
}
@@ -33,6 +34,10 @@
margin: 50px;
}
+.audits2-landing-center > * {
+ flex-shrink: 0;
+}
+
.audits2-landing-text {
color: #666;
}

Powered by Google App Engine
This is Rietveld 408576698