monitoring: fix memory legend overflow, sort by consumption (v0.30.7)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -816,7 +816,8 @@ select.form-control option { background: var(--bg-secondary); color: var(--text-
|
||||
}
|
||||
.memory-bar-legend {
|
||||
display: flex;
|
||||
gap: 1.25rem;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.5rem 1.25rem;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
.memory-legend-item {
|
||||
@@ -825,6 +826,7 @@ select.form-control option { background: var(--bg-secondary); color: var(--text-
|
||||
gap: 0.35rem;
|
||||
font-size: .75rem;
|
||||
color: var(--text-secondary);
|
||||
white-space: nowrap;
|
||||
}
|
||||
.memory-legend-dot {
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user