fix(app): titlebar cleanup (#17206)
This commit is contained in:
parent
b66222baf7
commit
184732fc20
27 changed files with 910 additions and 382 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue