web/user: fix brand not being shown in safari

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-09-24 11:50:46 +02:00
parent cf92f9aefc
commit cab7593dca
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ export class UserInterface extends LitElement {
}
.pf-c-brand {
min-height: 48px;
height: 48px;
}
.has-notifications {
color: #2b9af3;