Ajout de drag'n drop là ou c'est possible ; ajout de l'import des ennemis depuis foundryVTT
All checks were successful
All checks were successful
This commit is contained in:
@@ -290,6 +290,13 @@
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
margin-top: 24px;
|
||||
gap: 0.5rem;
|
||||
border: 1px dashed transparent;
|
||||
border-radius: 8px;
|
||||
padding: 0.4rem;
|
||||
transition: border-color 0.15s, background 0.15s;
|
||||
|
||||
&.drag-over { border-color: #667eea; background: rgba(102,126,234,0.1); }
|
||||
}
|
||||
|
||||
.alert {
|
||||
|
||||
Reference in New Issue
Block a user