fix(app): titlebar cleanup (#17206)
This commit is contained in:
parent
b66222baf7
commit
184732fc20
27 changed files with 910 additions and 382 deletions
|
|
@ -58,6 +58,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
[data-slot="dropdown-menu-checkbox-item"],
|
||||
[data-slot="dropdown-menu-radio-item"] {
|
||||
padding-right: 28px;
|
||||
}
|
||||
|
||||
[data-slot="dropdown-menu-sub-trigger"] {
|
||||
&[data-expanded] {
|
||||
background: var(--surface-raised-base-hover);
|
||||
|
|
@ -70,6 +75,10 @@
|
|||
justify-content: center;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
position: absolute;
|
||||
right: 8px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
[data-slot="dropdown-menu-item-label"] {
|
||||
|
|
@ -88,6 +97,7 @@
|
|||
}
|
||||
|
||||
[data-slot="dropdown-menu-group-label"] {
|
||||
display: block;
|
||||
padding: 4px 8px;
|
||||
font-family: var(--font-family-sans);
|
||||
font-size: var(--font-size-x-small);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue