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

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

Issue 1183483011: DevTools: Support popover on timeline overview. (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
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..cf0d7dbe14de2c2216584bd7a0d1180f80783a70 100644
--- a/Source/devtools/front_end/components_lazy/filmStripView.css
+++ b/Source/devtools/front_end/components_lazy/filmStripView.css
@@ -11,6 +11,19 @@
min-height: 60px;
}
+.film-strip-view .frames-container {
+ position: absolute;
caseq 2015/06/16 14:14:49 please consider using .fill instead.
alph 2015/06/17 09:17:08 Nuked the div.
+ left: 0;
+ right: 0;
+ top: 0;
+ bottom: 0;
+ display: flex;
+}
+
+.film-strip-view.time-based .frame .time {
+ display: none;
+}
+
.film-strip-view .label {
margin: auto;
font-size: 18px;

Powered by Google App Engine
This is Rietveld 408576698