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

Unified Diff: Source/devtools/front_end/timeline/timelinePanel.css

Issue 1309723003: DevTools: Refactor memory counter display (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: default formatter complete Created 5 years, 4 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 | « Source/devtools/front_end/timeline/TimelinePanel.js ('k') | Source/devtools/front_end/ui/FilterBar.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/timeline/timelinePanel.css
diff --git a/Source/devtools/front_end/timeline/timelinePanel.css b/Source/devtools/front_end/timeline/timelinePanel.css
index af08db600d24e496cb6fcfd494d5889e087245ae..cc3e8381aa1e0dc87ff763790d9a6e60bab97dce 100644
--- a/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/Source/devtools/front_end/timeline/timelinePanel.css
@@ -463,28 +463,15 @@
}
.memory-counter-sidebar-info {
- flex: 0 0 18px;
+ flex: 0 0 20px;
margin-left: 5px;
white-space: nowrap;
}
-.memory-counter-sidebar-info .swatch {
- margin-left: 1px;
- margin-right: 2px;
- width: 10px;
- height: 10px;
- position: relative;
- top: 1px;
- display: inline-block;
- line-height: 1px;
- background-image: none;
- border: 1px solid rgba(0,0,0,0.3);
- opacity: 0.5;
- -webkit-user-select: none;
-}
-
-.memory-counter-sidebar-info .title {
- margin: 4px;
+.memory-counter-sidebar-info .range {
+ margin: 0 4px;
+ align-items: center;
+ display: inline-flex;
}
.memory-counter-value {
« no previous file with comments | « Source/devtools/front_end/timeline/TimelinePanel.js ('k') | Source/devtools/front_end/ui/FilterBar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698