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

This commit is contained in:
kolaente
2026-04-07 13:41:13 +00:00
committed by kolaente
parent 326427a242
commit 20249ee68c
@@ -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 {