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

Unified Diff: Source/devtools/front_end/components_lazy/filmStripView.css

Issue 1182933010: DevTools: Switch network panel back to frame-based filmstrip. (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 | Source/devtools/front_end/network/NetworkPanel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/components_lazy/filmStripView.css
diff --git a/Source/devtools/front_end/components_lazy/filmStripView.css b/Source/devtools/front_end/components_lazy/filmStripView.css
index 485c3b0dfbb0ce96045c03f58bfeece2e13374c9..602c1fce7176e8cde2b21fe357657efe11a22587 100644
--- a/Source/devtools/front_end/components_lazy/filmStripView.css
+++ b/Source/devtools/front_end/components_lazy/filmStripView.css
@@ -21,7 +21,7 @@
display: flex;
flex-direction: column;
align-items: center;
- padding: 5px 0;
+ padding: 4px 0;
flex: none;
}
@@ -53,9 +53,10 @@
max-height: 50px;
pointer-events: none;
border-right: solid 1px #eee;
+ flex: 0 0 auto;
}
.film-strip-view .frame .time {
font-size: 10px;
- margin-top: 4px;
+ margin-top: 2px;
}
« no previous file with comments | « no previous file | Source/devtools/front_end/network/NetworkPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698