Removed hooks and just placing the Ui Countdowns in the UI-Right-column-1 placement

This commit is contained in:
WBHarry 2025-11-20 10:47:54 +01:00
parent 6973d22db6
commit 8e29d61535
3 changed files with 7 additions and 61 deletions

View file

@ -65,7 +65,7 @@
.countdown-edit-container {
display: grid;
grid-template-columns: 48px 1fr 64px;
grid-template-columns: 48px 1fr 68px;
align-items: center;
gap: 8px;

View file

@ -12,38 +12,18 @@
}
.daggerheart.dh-style.countdowns {
z-index: var(--z-index-ui) !important;
position: initial;
border: 0;
border-radius: 4px;
box-shadow: none;
width: 300px;
top: 16px;
right: calc(64px * var(--ui-scale));
transition:
right ease 250ms,
opacity var(--ui-fade-duration) ease,
opacity var(--ui-fade-duration);
pointer-events: all;
align-self: flex-end;
.window-title {
font-family: @font-body;
}
&.expanded {
right: calc(364px * var(--ui-scale));
&.rctRight {
right: calc(664px * var(--ui-scale));
}
}
&.rctTop {
top: calc(240px * var(--ui-scale));
}
&.rctRight {
right: calc(364px * var(--ui-scale));
}
&.icon-only {
width: 180px;
min-width: 180px;