@@ -166,7 +166,7 @@ button, input { font: inherit; } |
| 166 |
.file-tree-search:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(9,105,218,.15); } |
166 |
.file-tree-search:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(9,105,218,.15); } |
| 167 |
.file-tree-search .icon { color: var(--muted); } |
167 |
.file-tree-search .icon { color: var(--muted); } |
| 168 |
.file-tree-search input { width: 100%; min-width: 0; height: 30px; border: 0; outline: 0; background: transparent; font-size: 13px; } |
168 |
.file-tree-search input { width: 100%; min-width: 0; height: 30px; border: 0; outline: 0; background: transparent; font-size: 13px; } |
| 169 |
.file-tree { min-height: 0; flex: 1; padding: 2px 8px 12px; overflow: auto; } |
169 |
.file-tree { position: relative; min-height: 0; flex: 1; padding: 2px 8px 12px; overflow: auto; } |
| 170 |
.file-tree-node { min-width: max-content; } |
170 |
.file-tree-node { min-width: max-content; } |
| 171 |
.file-tree-children { padding-left: 16px; } |
171 |
.file-tree-children { padding-left: 16px; } |
| 172 |
.file-tree-folder, .file-tree-file { width: 100%; min-height: 30px; padding: 4px 6px; display: flex; align-items: center; gap: 7px; border: 0; border-radius: 5px; color: var(--text); background: transparent; text-align: left; white-space: nowrap; } |
172 |
.file-tree-folder, .file-tree-file { width: 100%; min-height: 30px; padding: 4px 6px; display: flex; align-items: center; gap: 7px; border: 0; border-radius: 5px; color: var(--text); background: transparent; text-align: left; white-space: nowrap; } |