Add context tracking
This commit is contained in:
@@ -991,3 +991,22 @@ body {
|
||||
font-family: var(--font-mono);
|
||||
color: var(--color-text-secondary);
|
||||
}
|
||||
|
||||
/* Context usage indicator in toolbar. */
|
||||
.footer__toolbar-context {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: var(--s-1);
|
||||
padding: 0 var(--s-1);
|
||||
font-size: 0.7rem;
|
||||
font-family: var(--font-mono);
|
||||
color: var(--color-text-muted);
|
||||
white-space: nowrap;
|
||||
line-height: 1;
|
||||
}
|
||||
.footer__toolbar-context--warning {
|
||||
color: var(--color-yellow);
|
||||
}
|
||||
.footer__toolbar-context--critical {
|
||||
color: var(--color-red);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user