style(sort): position popup aligned to header right edge

This commit is contained in:
kolaente 2026-04-07 14:14:58 +02:00 committed by kolaente
parent 326427a242
commit 20249ee68c
1 changed files with 6 additions and 0 deletions

View File

@ -360,6 +360,12 @@ onBeforeUnmount(() => {
display: flex;
align-items: center;
gap: .5rem;
:deep(.popup) {
inset-block-start: 3rem;
inset-inline-end: 0;
max-inline-size: 300px;
}
}
.tasks {