login style fix
This commit is contained in:
@@ -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}}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user