mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 13:00:25 +02:00
add dynamic card selection style based on gap
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
.container.selected {
|
||||
outline: 2px solid var(--theme-colors-primary);
|
||||
outline-offset: 2px;
|
||||
outline-offset: var(--card-gap, var(--theme-spacing-md));
|
||||
}
|
||||
|
||||
.container.dragging {
|
||||
|
||||
Reference in New Issue
Block a user