mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix(css): correct broken task creation dropdown on groups
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
v-html="$t('dayStart', { startTime: groupStartTime } )"
|
v-html="$t('dayStart', { startTime: groupStartTime } )"
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="ml-2">
|
<div class="create-task-area ml-2">
|
||||||
<button
|
<button
|
||||||
id="create-task-btn"
|
id="create-task-btn"
|
||||||
v-if="canCreateTasks"
|
v-if="canCreateTasks"
|
||||||
@@ -132,6 +132,14 @@
|
|||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.create-task-area {
|
||||||
|
position: inherit;
|
||||||
|
|
||||||
|
.dropdown {
|
||||||
|
right: 24px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.day-start {
|
.day-start {
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
padding: 0.25rem 0.75rem;
|
padding: 0.25rem 0.75rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user