mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-07-20 00:52:17 -05:00
style(sort): position popup aligned to header right edge
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user