drag drop implemented (css tbd)

This commit is contained in:
Nikhil Nagarajan 2026-01-06 14:04:48 -05:00
parent ad1dee313f
commit e07d0204b2
3 changed files with 80 additions and 4 deletions

View file

@ -9,6 +9,26 @@
border-radius: 3px;
color: light-dark(@dark-blue-50, @beige-50);
font-family: @font-body;
&.summon-actor-drop {
height: fit-content;
min-height: inherit;
display: flex;
justify-content: center;
.actors-list.summon-entry .actor-summon-item .actor-summon-line {
display: flex;
justify-content: flex-end;
align-items: center;
.image{
max-width: 10%;
}
.h4{
width: --webkit-fill-available;
}
.controls.effect-control{
padding:3px;
}
}
}
}
.daggerheart.dh-style {