web/user: fix brand not being shown in safari
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
cf92f9aefc
commit
cab7593dca
|
@ -79,6 +79,7 @@ export class UserInterface extends LitElement {
|
||||||
}
|
}
|
||||||
.pf-c-brand {
|
.pf-c-brand {
|
||||||
min-height: 48px;
|
min-height: 48px;
|
||||||
|
height: 48px;
|
||||||
}
|
}
|
||||||
.has-notifications {
|
.has-notifications {
|
||||||
color: #2b9af3;
|
color: #2b9af3;
|
||||||
|
|
Reference in New Issue