fix(core): Update dependency versions and adjust UI CSS for fab and combox elements

This commit is contained in:
2025-04-20 20:09:42 +00:00
parent 4cf9f3cd77
commit 7e7608c63a
6 changed files with 4792 additions and 2147 deletions

View File

@@ -120,7 +120,9 @@ export class SioFab extends DeesElement {
height: 100%;
font-size: 32px;
color: ${cssManager.bdTheme('#777', '#999')};
top: 2px;
top: 0px;
left: 0px;
transform: translateY(2px);
}
#mainbox .icon.close dees-icon {
@@ -128,6 +130,8 @@ export class SioFab extends DeesElement {
width: 100%;
height: 100%;
font-size: 24px;
top: 0px;
left: 0px;
color: ${cssManager.bdTheme('#666', '#CCC')};
}