fix(app): titlebar cleanup (#17206)

This commit is contained in:
David Hill
2026-03-12 18:26:50 +00:00
committed by GitHub
parent b66222baf7
commit 184732fc20
27 changed files with 910 additions and 382 deletions

View File

@@ -614,7 +614,7 @@
align-items: center;
justify-content: flex-start;
gap: 0px;
cursor: pointer;
cursor: default;
[data-slot="context-tool-group-title"] {
flex-shrink: 1;
@@ -623,6 +623,7 @@
[data-slot="collapsible-arrow"] {
color: var(--icon-weaker);
cursor: pointer;
}
}