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

Unified Diff: runtime/observatory/lib/src/elements/css/shared.css

Issue 2322643004: Allow to compact header in allocation-profile (Closed)
Patch Set: Created 4 years, 3 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 | « runtime/observatory/lib/src/elements/allocation_profile.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/elements/css/shared.css
diff --git a/runtime/observatory/lib/src/elements/css/shared.css b/runtime/observatory/lib/src/elements/css/shared.css
index e1ce97796912aeaac511e338f43bc9dcb784bff6..9e6defc2859e8acecd7535cf0188c101d4af0d6f 100644
--- a/runtime/observatory/lib/src/elements/css/shared.css
+++ b/runtime/observatory/lib/src/elements/css/shared.css
@@ -391,6 +391,18 @@ allocation-profile .heap-space.right .legend * {
direction: rtl;
}
+allocation-profile .compactable {
+ position: relative;
+}
+
+allocation-profile .compact {
+ position: absolute;
+ bottom: 20px;
+ left: 50%;
+ width: 8em;
+ margin-left: -4em;
+}
+
allocation-profile .heap-space.right * {
direction: ltr;
text-align: right;
@@ -437,6 +449,10 @@ allocation-profile .collection {
top: 560px;
}
+allocation-profile .collection.expanded {
+ top: 160px;
+}
+
allocation-profile .collection-item {
box-sizing: border-box;
line-height: 20px;
« no previous file with comments | « runtime/observatory/lib/src/elements/allocation_profile.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698