web/user: shrink logo in navbar
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
87cc649e17
commit
a1bb9661e0
|
@ -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;
|
||||
|
|
Reference in New Issue