This commit is contained in:
Marek
2026-05-01 03:33:43 +02:00
parent a723f1ea0f
commit 6ea56fb5e0
23 changed files with 213 additions and 73 deletions

View File

@@ -163,6 +163,11 @@
outline-offset: -2px;
}
.pk-drop-zone {
background: var(--background-modifier-hover);
border-radius: 6px;
}
.pk-feature-chip-dragging {
opacity: 0.4;
}
@@ -171,6 +176,7 @@
display: flex;
flex-direction: column;
gap: 10px;
padding: 5px;
}
.pk-areas-flex {