Skip to content
Snippets Groups Projects
Commit ff698664 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Let the login button shrink to 0

parent 184db822
Branches
Tags 1.0.0
No related merge requests found
......@@ -450,9 +450,14 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
header .hd1-right {
grid-area: hd1-right;
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 20px;
justify-content: flex-start;
padding: 0 20px;
min-width: 0;
align-items: center;
}
header .hd1-right .auth-button {
min-width: 0;
}
header .hd2-left {
......@@ -713,7 +718,7 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
<div class="hd1-middle">
</div>
<div class="hd1-right">
<vpu-auth lang="${this.lang}" keycloak-config="${JSON.stringify(this.keycloakConfig)}" load-person try-login></vpu-auth>
<vpu-auth class="auth-button" lang="${this.lang}" keycloak-config="${JSON.stringify(this.keycloakConfig)}" load-person try-login></vpu-auth>
</div>
<div class="hd2-left">
<div class="header">
......
auth @ f3aa17bc
Subproject commit c43e6492d972c7e52adc74ba4274aba8b2917a1c
Subproject commit f3aa17bcca0c04055ad2835ed620146a741a107d
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment