web: minor fixes for the rbac rework (#8328)

* fix drawer height

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* move country flag to be before IP in session list to match reputation list

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2024-01-27 15:31:42 +01:00
committed by GitHub
parent dfc104d8eb
commit 725641270f
2 changed files with 4 additions and 3 deletions

View File

@ -122,6 +122,7 @@ export class UserInterface extends Interface {
flex-direction: column;
}
.pf-c-drawer__main {
min-height: calc(100vh - 76px);
max-height: calc(100vh - 76px);
}
`,