mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
fix(teams): maybe goodish style?
This commit is contained in:
@@ -15,7 +15,11 @@
|
|||||||
right: 0px;
|
right: 0px;
|
||||||
|
|
||||||
.task-icon {
|
.task-icon {
|
||||||
width: 35%;
|
width: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.task-label {
|
||||||
|
margin-top: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-item:hover {
|
.dropdown-item:hover {
|
||||||
|
|||||||
@@ -59,7 +59,7 @@
|
|||||||
v-for="type in columns"
|
v-for="type in columns"
|
||||||
:key="type"
|
:key="type"
|
||||||
@click="createTask(type)"
|
@click="createTask(type)"
|
||||||
class="dropdown-item d-flex pl-2 py-1"
|
class="dropdown-item d-flex px-2 py-1"
|
||||||
>
|
>
|
||||||
<div class="d-flex align-items-center justify-content-center task-icon">
|
<div class="d-flex align-items-center justify-content-center task-icon">
|
||||||
<div
|
<div
|
||||||
@@ -68,7 +68,7 @@
|
|||||||
v-html="icons[type]"
|
v-html="icons[type]"
|
||||||
></div>
|
></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="ml-1">
|
<div class="task-label ml-2">
|
||||||
{{ $t(type) }}
|
{{ $t(type) }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -186,7 +186,7 @@
|
|||||||
v-for="type in columns"
|
v-for="type in columns"
|
||||||
:key="type"
|
:key="type"
|
||||||
@click="createTask(type)"
|
@click="createTask(type)"
|
||||||
class="dropdown-item d-flex pl-2 py-1"
|
class="dropdown-item d-flex px-2 py-1"
|
||||||
>
|
>
|
||||||
<div class="d-flex align-items-center justify-content-center task-icon">
|
<div class="d-flex align-items-center justify-content-center task-icon">
|
||||||
<div
|
<div
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
v-html="icons[type]"
|
v-html="icons[type]"
|
||||||
></div>
|
></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="ml-1">
|
<div class="task-label ml-2">
|
||||||
{{ $t(type) }}
|
{{ $t(type) }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user