Skip to content

Commit acff8fa

Browse files
authored
fix(ui5-shellbar): align logo vertically to middle (#12685)
1 parent 5347f7d commit acff8fa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/fiori/src/themes/ShellBar.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ slot[name="profile"] {
485485

486486
::slotted([slot="logo"]) {
487487
max-height: 2rem;
488+
vertical-align: middle;
488489
}
489490

490491
::slotted([slot="logo"]):active {

packages/fiori/src/themes/ShellBarBranding.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
::slotted([slot="logo"]) {
6969
max-height: 2rem;
7070
padding-inline: 0.25rem;
71+
vertical-align: middle;
7172
}
7273

7374
::slotted([slot="logo"]):active {

0 commit comments

Comments
 (0)