Merged with v14-Dev

This commit is contained in:
WBHarry 2026-03-07 01:58:47 +01:00
commit 6a5c6d6908
30 changed files with 338 additions and 314 deletions

View file

@ -103,10 +103,9 @@
display: flex;
align-items: center;
justify-content: end;
gap: 8px;
a {
width: 15px;
width: 20px;
text-align: center;
}
@ -275,8 +274,10 @@
grid-area: controls;
align-self: start;
padding-top: 0.3125rem;
gap: 4px;
margin-bottom: -1px;
a {
width: 18px;
}
}
> .item-labels {
align-self: start;
@ -334,6 +335,27 @@
border-radius: 6px;
}
.recall-cost {
position: absolute;
right: 4px;
top: 4px;
width: 1.75em;
height: 1.75em;
align-items: center;
background: @dark-blue;
border-radius: 50%;
border: 1px solid @golden;
color: @golden;
display: flex;
justify-content: center;
padding-top: 0.1em; // compensate for font
i {
font-size: 0.68em;
}
}
.card-label {
display: flex;
flex-direction: column;

View file

@ -183,6 +183,11 @@
}
}
.domain-details {
display: flex;
flex-direction: column;
}
.level-details {
align-self: center;
}

View file

@ -158,7 +158,7 @@
.daggerheart,
#chat-notifications {
.chat-message {
--text-color: @golden;
--text-color: light-dark(@dark-blue, @golden);
--bg-color: @golden-40;
[data-use-perm='false'] {
@ -233,7 +233,7 @@
font-family: @font-subtitle;
font-size: var(--font-size-18);
font-weight: bold;
color: light-dark(@dark-blue, var(--text-color));
color: var(--text-color);
margin-bottom: -2px;
}