fix(dees-mobile-header): adjust mobile header action slot layout and add documentation/license files

This commit is contained in:
2025-12-22 11:33:06 +00:00
parent d9fe9e6007
commit b52126a5ba
5 changed files with 450 additions and 4 deletions

View File

@@ -131,10 +131,11 @@ export class DeesMobileHeader extends DeesElement {
}
::slotted([slot="actions"]) {
width: 2.5rem;
height: 2.5rem;
min-width: 2.5rem;
min-height: 2.5rem;
color: ${cssManager.bdTheme('#71717a', '#a1a1aa')};
display: block;
display: flex;
align-items: center;
}
::slotted([slot="actions"]:hover) {