Grid cell label: left-align, count left of index
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1484,13 +1484,13 @@ nav {
|
||||
|
||||
.grid-cell-label {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
gap: 0.3em;
|
||||
font-size: 0.65rem;
|
||||
color: var(--text-dim);
|
||||
text-align: center;
|
||||
font-family: var(--font-mono);
|
||||
padding-left: 1px;
|
||||
}
|
||||
|
||||
.grid-cell-count {
|
||||
|
||||
Reference in New Issue
Block a user