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

Unified Diff: third_party/WebKit/Source/devtools/front_end/perf_ui/timelineOverviewInfo.css

Issue 2888683002: DevTools: Fix timeline overview popover sticking at last (Closed)
Patch Set: Created 3 years, 7 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: third_party/WebKit/Source/devtools/front_end/perf_ui/timelineOverviewInfo.css
diff --git a/third_party/WebKit/Source/devtools/front_end/perf_ui/timelineOverviewInfo.css b/third_party/WebKit/Source/devtools/front_end/perf_ui/timelineOverviewInfo.css
index 243435ca3dbf096f0ae4f63aa310684859667985..32e6bc3cd76132a939d4e878c7ba7b7bc5a4c8d8 100644
--- a/third_party/WebKit/Source/devtools/front_end/perf_ui/timelineOverviewInfo.css
+++ b/third_party/WebKit/Source/devtools/front_end/perf_ui/timelineOverviewInfo.css
@@ -8,6 +8,7 @@
display: flex;
background: white;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.1);
+ padding: 3px;
}
.overview-info .frame .time {

Powered by Google App Engine
This is Rietveld 408576698