focus balk onder aan paneel

This commit is contained in:
kodi
2026-03-13 12:09:40 +01:00
parent 4ba4020c2a
commit bf4bb3d917
5 changed files with 38 additions and 0 deletions
+14
View File
@@ -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;