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

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

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

Powered by Google App Engine
This is Rietveld 408576698