focus balk onder aan paneel
This commit is contained in:
@@ -112,6 +112,20 @@ h1 {
|
||||
background: var(--color-surface);
|
||||
}
|
||||
|
||||
.pane-focus-line {
|
||||
flex: 0 0 auto;
|
||||
min-height: 24px;
|
||||
padding: 5px 8px 3px 8px;
|
||||
border-top: 1px solid var(--color-border);
|
||||
background: var(--color-surface-elevated);
|
||||
color: var(--color-text-muted);
|
||||
font-size: 12px;
|
||||
line-height: 1.25;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.toolbar {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
Reference in New Issue
Block a user