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

Unified Diff: third_party/WebKit/Source/devtools/front_end/emulation/deviceModeView.css

Issue 1575203003: [DevTools] More Device Mode polish. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/emulation/deviceModeView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeView.css b/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeView.css
index f067fcaa3c94cfe90680f12ab6907b15d73fa36e..9df89c1652e0446038054961ca29507f7344e920 100644
--- a/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeView.css
+++ b/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeView.css
@@ -28,12 +28,12 @@
}
.device-mode-toolbar-left {
- flex: 0 1000 115px;
+ flex: 0 1000 155px;
min-width: 93px;
}
.device-mode-toolbar-right {
- flex: 0 1000 115px;
+ flex: 0 1000 155px;
min-width: 40px;
display: flex;
}

Powered by Google App Engine
This is Rietveld 408576698