This commit is contained in:
Marek
2026-04-30 21:39:58 +02:00
parent d531bc663d
commit a723f1ea0f
13 changed files with 169 additions and 58 deletions

View File

@@ -136,6 +136,37 @@
font-weight: 400;
}
.pk-btn-card {
box-sizing: border-box;
padding: 10px;
background: var(--background-secondary);
border: 1px solid var(--background-modifier-border);
border-radius: 6px;
cursor: pointer;
overflow-wrap: anywhere;
display: flex;
flex-direction: column;
gap: 6px;
}
.pk-btn-card:hover {
background: var(--background-modifier-hover);
}
.pk-btn-card strong {
font-weight: 600;
}
.pk-drop-target {
outline: 2px dashed var(--text-accent);
outline-offset: -2px;
}
.pk-feature-chip-dragging {
opacity: 0.4;
}
.pk-areas-section {
display: flex;
flex-direction: column;