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

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

Issue 2182593002: DevTools: update css for Remote Devices drawer panel (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
« no previous file with comments | « no previous file | 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/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..f06194cfd01e158afc92831b653a89d10c799bda 100644
--- a/third_party/WebKit/Source/devtools/front_end/devices/devicesView.css
+++ b/third_party/WebKit/Source/devtools/front_end/devices/devicesView.css
@@ -4,10 +4,6 @@
* found in the LICENSE file.
*/
-.devices-view {
- padding-top: 15px;
-}
-
.devices-container {
overflow: hidden;
flex: auto;
@@ -18,6 +14,7 @@
display: flex;
flex-direction: column;
align-items: stretch;
+ padding-top: 15px;
}
.devices-sidebar-list {
@@ -87,6 +84,7 @@
.discovery-view {
overflow: auto;
+ padding: 15px 15px 0px 0px;
}
.discovery-view > * {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698