mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
Added the display
This commit is contained in:
parent
01dd5ced94
commit
4954e41b02
13 changed files with 125 additions and 43 deletions
|
|
@ -1,5 +1,6 @@
|
|||
.daggerheart.dh-style.effects-display {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
width: 68px;
|
||||
max-height: 300px;
|
||||
overflow: hidden;
|
||||
|
|
@ -16,7 +17,10 @@
|
|||
gap: 8px;
|
||||
|
||||
.effect-container {
|
||||
cursor: pointer;
|
||||
|
||||
img {
|
||||
pointer-events: all;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue