mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
fix(teams): more layout tweakage
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
>
|
||||
</div>
|
||||
<div
|
||||
class="create-task-area d-flex align-items-top"
|
||||
class="create-task-area ml-auto d-flex align-items-top"
|
||||
>
|
||||
<div
|
||||
class="day-start mb-auto d-flex align-items-center"
|
||||
@@ -39,7 +39,7 @@
|
||||
<div
|
||||
id="create-task-btn"
|
||||
v-if="canCreateTasks"
|
||||
class="create-btn btn-primary diamond-btn btn"
|
||||
class="create-btn ml-2 btn-primary diamond-btn btn"
|
||||
:class="{open: openCreateBtn}"
|
||||
@click.stop.prevent="openCreateBtn = !openCreateBtn"
|
||||
@keypress.enter="openCreateBtn = !openCreateBtn"
|
||||
@@ -61,14 +61,14 @@
|
||||
@click="createTask(type)"
|
||||
class="dropdown-item d-flex pl-2 py-1"
|
||||
>
|
||||
<div class="w-25 d-flex align-items-center justify-content-center">
|
||||
<div class="d-flex align-items-center justify-content-center task-icon">
|
||||
<div
|
||||
class="svg-icon m-auto"
|
||||
:class="`icon-${type}`"
|
||||
v-html="icons[type]"
|
||||
></div>
|
||||
</div>
|
||||
<div class="w-75 ml-1">
|
||||
<div class="ml-1">
|
||||
{{ $t(type) }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user