web/user: shrink logo in navbar

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-07-07 12:23:22 +02:00
parent 87cc649e17
commit a1bb9661e0
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -84,8 +84,8 @@ export class UserInterface extends Interface {
display: none;
}
.pf-c-brand {
min-height: 48px;
height: 48px;
min-height: 32px;
height: 32px;
}
.has-notifications {
color: #2b9af3;