mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Merged with main
This commit is contained in:
parent
4510deae96
commit
01dd5ced94
10 changed files with 165 additions and 5 deletions
|
|
@ -12,7 +12,7 @@
|
|||
}
|
||||
|
||||
.daggerheart.dh-style.countdowns {
|
||||
position: initial;
|
||||
position: relative;
|
||||
border: 0;
|
||||
border-radius: 4px;
|
||||
box-shadow: none;
|
||||
|
|
@ -24,6 +24,10 @@
|
|||
font-family: @font-body;
|
||||
}
|
||||
|
||||
&.effects-present {
|
||||
right: 180px;
|
||||
}
|
||||
|
||||
&.icon-only {
|
||||
width: 180px;
|
||||
min-width: 180px;
|
||||
|
|
|
|||
23
styles/less/ui/effects-display/sheet.less
Normal file
23
styles/less/ui/effects-display/sheet.less
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
.daggerheart.dh-style.effects-display {
|
||||
position: absolute;
|
||||
width: 68px;
|
||||
max-height: 300px;
|
||||
overflow: hidden;
|
||||
|
||||
.window-content {
|
||||
> div {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.effects-display-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
|
||||
.effect-container {
|
||||
img {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -31,3 +31,5 @@
|
|||
@import './sidebar/daggerheartMenu.less';
|
||||
|
||||
@import './scene-config/scene-config.less';
|
||||
|
||||
@import './effects-display/sheet.less';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue