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

Unified Diff: Source/devtools/front_end/network/networkPanel.css

Issue 1214173002: DevTools: Reduce network overview height to 60px (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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: Source/devtools/front_end/network/networkPanel.css
diff --git a/Source/devtools/front_end/network/networkPanel.css b/Source/devtools/front_end/network/networkPanel.css
index bf91d22b123232c902ba29a4611d7498fb393178..fec4912771596a4be9528f57f3f24774d7d03bab 100644
--- a/Source/devtools/front_end/network/networkPanel.css
+++ b/Source/devtools/front_end/network/networkPanel.css
@@ -195,7 +195,7 @@
}
.network .network-overview {
- flex: 0 0 100px;
+ flex: 0 0 60px;
}
.network-overview .overview-grid-window,
« 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