mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
27 lines
474 B
Text
27 lines
474 B
Text
.daggerheart.dh-style.effects-display {
|
|
position: absolute;
|
|
right: 0;
|
|
width: 68px;
|
|
max-height: 300px;
|
|
overflow: hidden;
|
|
|
|
.window-content {
|
|
> div {
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
.effects-display-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 8px;
|
|
|
|
.effect-container {
|
|
cursor: pointer;
|
|
|
|
img {
|
|
pointer-events: all;
|
|
}
|
|
}
|
|
}
|
|
}
|