login style fix

This commit is contained in:
Yuri Kuznetsov
2023-01-23 15:57:00 +02:00
parent cb878c70b5
commit 84f3830eca
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<img src="{{logoSrc}}" class="logo">
</div>
</div>
<div class="panel-body">
<div class="panel-body{{#if anotherUser}} another-user{{/if}}">
<div class="">
<form id="login-form">
{{#if hasSignIn}}
+5 -2
View File
@@ -800,8 +800,11 @@ div.list-kanban > div > table {
user-select: none;
}
.fallback-shown .cell[data-name="sign-in"] {
margin-bottom: 12px;
.fallback-shown,
.another-user {
.cell[data-name="sign-in"] {
margin-bottom: 12px;
}
}
}