diff --git a/packages/fiori/src/themes/ShellBar.css b/packages/fiori/src/themes/ShellBar.css index 5f29cba05f4b..77212257e449 100644 --- a/packages/fiori/src/themes/ShellBar.css +++ b/packages/fiori/src/themes/ShellBar.css @@ -196,7 +196,7 @@ slot[name="profile"] { .ui5-shellbar-logo { cursor: pointer; - height: 1.675rem; + max-height: 2rem; } .ui5-shellbar-logo:focus { @@ -377,8 +377,7 @@ slot[name="profile"] { } ::slotted([slot="logo"]) { - height: 1.675rem; - max-width: 3rem; + max-height: 2rem; pointer-events: none; }