Skip to content
Snippets Groups Projects
Commit 48722048 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Fix login hover again

parent be3d6a29
Branches
No related tags found
No related merge requests found
......@@ -331,7 +331,7 @@ class VPUAuth extends LitElement {
fill: var(--vpu-light);
}
.loginbox .icon {
.loginbox .icon, .authbox {
display: inline-block;
}
......@@ -409,8 +409,8 @@ class VPUAuth extends LitElement {
render() {
commonUtils.initAssetBaseURL('vpu-auth-src');
return html`
<div>
${this.loggedIn ? this.renderLoggedIn() : this.renderLoggedOut()}
<div class="authbox">
${this.loggedIn ? this.renderLoggedIn() : this.renderLoggedOut()}
</div>
`;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment