Merged with main

This commit is contained in:
WBHarry 2025-11-30 18:33:01 +01:00
commit 07b494054e
28 changed files with 402 additions and 43 deletions

View file

@ -12,18 +12,23 @@
}
.daggerheart.dh-style.countdowns {
position: initial;
position: relative;
border: 0;
border-radius: 4px;
box-shadow: none;
width: 300px;
pointer-events: all;
align-self: flex-end;
transition: 0.3s right ease-in-out;
.window-title {
font-family: @font-body;
}
#ui-right:has(#effects-display .effect-container) & {
right: 62px;
}
&.icon-only {
width: 180px;
min-width: 180px;

View file

@ -0,0 +1,40 @@
.daggerheart.dh-style.effects-display {
position: absolute;
right: 0;
width: 46px;
max-height: 600px;
overflow: hidden;
border: 0;
.window-content {
> div {
height: 100%;
}
}
.effects-display-container {
display: flex;
flex-direction: column;
gap: 4px;
.effect-container {
position: relative;
pointer-events: all;
border: 1px solid light-dark(@dark-blue, @golden);
border-radius: 3px;
img {
border-radius: 3px;
}
.effect-locked {
position: absolute;
bottom: 4px;
right: 4px;
font-size: 16px;
color: @golden;
filter: drop-shadow(0 0 3px black);
}
}
}
}

View file

@ -31,3 +31,5 @@
@import './sidebar/daggerheartMenu.less';
@import './scene-config/scene-config.less';
@import './effects-display/sheet.less';

View file

@ -4,12 +4,18 @@
}
}
#interface #ui-right #sidebar {
menu li button {
img {
width: 22px;
max-width: unset;
filter: @beige-filter;
#interface #ui-right {
#ui-right-column-1 {
position: relative;
}
#sidebar {
menu li button {
img {
width: 22px;
max-width: unset;
filter: @beige-filter;
}
}
}
}
@ -25,4 +31,4 @@
font-size: var(--font-size-12);
}
}
}
}