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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/emptyWidget.css

Issue 2878543004: [DevTools] Fix UI.EmptyWidget scrollbars (Closed)
Patch Set: [DevTools] Improve the UI.EmptyWidget scrolling 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/EmptyWidget.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui/emptyWidget.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/emptyWidget.css b/third_party/WebKit/Source/devtools/front_end/ui/emptyWidget.css
index 999f83fa414490b101acda4281c591a0c90a65b3..76cbe6524817b3fbbd2ac5cb1fed9fe32231d193 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/emptyWidget.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/emptyWidget.css
@@ -9,6 +9,11 @@
padding: 30px;
display: flex;
align-items: center;
+ flex-direction: column;
+ min-width: 70px;
+}
+
+.empty-view-scroller {
justify-content: center;
overflow: auto;
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/EmptyWidget.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698