fix: more cleanup of liveview

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-26 06:34:07 +02:00
parent 9fd8cb9e1d
commit ad8d13cb69
4 changed files with 64 additions and 10 deletions

View File

@@ -498,7 +498,7 @@ button {
display: flex;
align-items: center;
gap: 4px;
padding: 0 10px;
padding: 0 6px 0 10px;
height: 100%;
min-width: 100px;
max-width: 180px;
@@ -513,6 +513,21 @@ button {
flex-shrink: 0;
}
.tab-select {
display: flex;
align-items: center;
gap: 4px;
min-width: 0;
flex: 1;
height: 100%;
padding: 0;
background: transparent;
border: none;
color: inherit;
font: inherit;
cursor: inherit;
}
.tab:hover {
background-color: var(--vscode-list-hoverBackground);
}
@@ -564,6 +579,9 @@ button {
border-radius: 4px;
cursor: pointer;
flex-shrink: 0;
border: none;
background: transparent;
padding: 0;
}
.tab-close:hover {