fix(app): titlebar cleanup (#17206)

This commit is contained in:
David Hill 2026-03-12 18:26:50 +00:00 committed by GitHub
commit 184732fc20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;
}
}