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

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

Issue 1613233005: Merge to 2623 "[DevTools] Fix various bugs in Device Mode." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2623
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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css ('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/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 31bd4168ca4352634e5c8987460190287037ba3d..cf00646e1d482de55dc30dbf7491bbe128fd75d8 100644
--- a/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeView.css
+++ b/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeView.css
@@ -22,14 +22,19 @@
.device-mode-toolbar .toolbar {
overflow: hidden;
- flex: none;
+ flex: 0 100000 auto;
padding: 0 5px;
}
+.device-mode-toolbar .toolbar.device-mode-toolbar-fixed-size {
+ flex: 0 1 auto;
+}
+
.device-mode-toolbar-spacer {
flex: 1 1 0;
display: flex;
flex-direction: row;
+ overflow: hidden;
}
.device-mode-content-clip {
@@ -133,6 +138,7 @@
display: flex;
align-items: center;
justify-content: center;
+ overflow: hidden;
transition: background-color 0.1s ease;
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698