mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
fix(teams): Close button and padding fix
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
</strong>
|
</strong>
|
||||||
<a href="mailto:testing@habitica.com">Submit bugs and feedback to testing@habitica.com.</a>
|
<a href="mailto:testing@habitica.com">Submit bugs and feedback to testing@habitica.com.</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12">
|
<div class="col-12 px-0">
|
||||||
<router-view />
|
<router-view />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -53,18 +53,18 @@
|
|||||||
v-if="task.group.assignedUsers"
|
v-if="task.group.assignedUsers"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
v-if="assignedUsersCount > 1 && completionsCount"
|
v-if="assignedUsersCount > 1"
|
||||||
class="mr-1 d-inline-flex align-items-center"
|
class="mr-1 d-inline-flex align-items-center"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="small-check my-auto"
|
class="small-check my-auto"
|
||||||
v-if="!showStatus"
|
v-if="!showStatus && completionsCount"
|
||||||
:class="{'green-50': completionsCount === assignedUsersCount}"
|
:class="{'green-50': completionsCount === assignedUsersCount}"
|
||||||
v-html="icons.check"
|
v-html="icons.check"
|
||||||
></span>
|
></span>
|
||||||
<span
|
<span
|
||||||
class="my-auto ml-1 mr-2"
|
class="my-auto ml-1 mr-2"
|
||||||
v-if="!showStatus"
|
v-if="!showStatus && completionsCount"
|
||||||
>
|
>
|
||||||
{{ completionsCount }}/{{ assignedUsersCount }}
|
{{ completionsCount }}/{{ assignedUsersCount }}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user