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

Unified Diff: third_party/WebKit/Source/devtools/front_end/devices/devicesView.css

Issue 2137763002: DevTools: automatically populate 'More tools' submenu with the drawer views. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for landing Created 4 years, 5 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/devices/devicesView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/devices/devicesView.css b/third_party/WebKit/Source/devtools/front_end/devices/devicesView.css
index e9930d6e54e060614a19ef8cb8abd7d0b158ad20..19cf4761ab8eebb1063c4fe8e4154c36149a4bd6 100644
--- a/third_party/WebKit/Source/devtools/front_end/devices/devicesView.css
+++ b/third_party/WebKit/Source/devtools/front_end/devices/devicesView.css
@@ -85,6 +85,14 @@
white-space: pre;
}
+.discovery-view {
+ overflow: auto;
+}
+
+.discovery-view > * {
+ flex: none;
+}
+
.usb-checkbox {
padding-bottom: 8px;
margin-top: 20px;
@@ -113,7 +121,7 @@
.port-forwarding-list {
margin: 10px 0 0 25px;
max-width: 500px;
- flex: 0 1 auto;
+ flex: none;
}
.port-forwarding-list-empty {
@@ -206,7 +214,7 @@
flex: auto;
overflow: auto;
padding-right: 10px;
- margin-top: 20px;
+ margin-top: 30px;
}
.device-browser-list > div {
@@ -273,7 +281,7 @@
}
.device-page-url {
- margin: 3px 0;
+ margin: 3px 100px 3px 0;
}
.device-page-url a {

Powered by Google App Engine
This is Rietveld 408576698