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

Unified Diff: Source/devtools/front_end/inspector.css

Issue 197823010: [DevTools] Add minimum size to WebInspector.View. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@splitdip2
Patch Set: Created 6 years, 9 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: Source/devtools/front_end/inspector.css
diff --git a/Source/devtools/front_end/inspector.css b/Source/devtools/front_end/inspector.css
index 0052ad58382b40c4b5f307ca28d56c2933ca41de..84c83e0c94eaa4aa2a98a9fabf535d7c7eba2997 100644
--- a/Source/devtools/front_end/inspector.css
+++ b/Source/devtools/front_end/inspector.css
@@ -2783,6 +2783,8 @@ button.record-profile-status-bar-item.toggled-on .glyph:not(.shadow) {
.root-view {
overflow: hidden;
position: absolute !important;
+ left: 0;
+ top: 0;
}
.search-bar {

Powered by Google App Engine
This is Rietveld 408576698