mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-28 06:35:06 +00:00
fix(relations): correctly position quick add magic hint (#2766)
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
</span>
|
||||
</template>
|
||||
</Multiselect>
|
||||
<QuickAddMagic class="task-relation-quick-add-magic" />
|
||||
<QuickAddMagic />
|
||||
</div>
|
||||
<div
|
||||
key="field-kind"
|
||||
@@ -463,13 +463,13 @@ async function toggleTaskDone(task: ITask) {
|
||||
|
||||
.task-relation-search-field {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.task-relation-quick-add-magic {
|
||||
position: absolute;
|
||||
inset-block-start: .5rem;
|
||||
inset-inline-end: .75rem;
|
||||
z-index: 4;
|
||||
:deep(.quick-add-magic-trigger-btn) {
|
||||
position: absolute;
|
||||
inset-block-start: .75rem;
|
||||
inset-inline-end: .75rem;
|
||||
z-index: 4;
|
||||
}
|
||||
}
|
||||
|
||||
// FIXME: The height of the actual checkbox in the <FancyCheckbox/> component is too much resulting in a
|
||||
|
||||
Reference in New Issue
Block a user