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 { |