IMprove tresor management
Release Creation / build (release) Successful in 1m40s

This commit is contained in:
2026-07-07 21:21:50 +02:00
parent ce5dbebd76
commit fdbbda28f4
68 changed files with 529 additions and 178 deletions
+94 -6
View File
@@ -2743,6 +2743,75 @@ section.npc .cde-neon-tabs .item.active {
color: #4a9eff;
text-shadow: 0 0 8px rgba(74, 158, 255, 0.5);
}
.cde-chat-recovery .cde-chat-recovery-header {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 8px;
}
.cde-chat-recovery .cde-chat-recovery-icon {
width: 28px;
height: 28px;
border: none;
}
.cde-chat-recovery .cde-chat-recovery-title {
font-weight: 700;
font-size: 1.05rem;
}
.cde-chat-recovery .cde-chat-recovery-dice {
display: flex;
gap: 8px;
align-items: center;
margin-bottom: 6px;
font-size: 0.9rem;
}
.cde-chat-recovery .cde-chat-recovery-dice-label {
font-weight: 600;
white-space: nowrap;
}
.cde-chat-recovery .cde-chat-recovery-dice-results {
font-weight: 500;
color: #7d94b8;
}
.cde-chat-recovery .cde-chat-recovery-results {
display: flex;
gap: 12px;
margin-bottom: 4px;
}
.cde-chat-recovery .cde-chat-recovery-even,
.cde-chat-recovery .cde-chat-recovery-odd {
display: flex;
align-items: center;
gap: 6px;
font-size: 0.85rem;
}
.cde-chat-recovery .cde-chat-recovery-count {
font-size: 1.3rem;
font-weight: 800;
min-width: 1.6em;
text-align: center;
}
.cde-chat-recovery .cde-chat-recovery-even .cde-chat-recovery-count {
color: #cc44ff;
}
.cde-chat-recovery .cde-chat-recovery-odd .cde-chat-recovery-count {
color: #d94f3d;
}
.cde-chat-recovery .cde-chat-recovery-pools {
margin-top: 6px;
padding-top: 4px;
border-top: 1px solid #1a2436;
font-size: 0.8rem;
}
.cde-chat-recovery .cde-chat-recovery-pool-row {
padding: 1px 4px;
}
.cde-chat-recovery .cde-chat-recovery-pool-boost {
color: #cc44ff;
font-weight: 600;
font-size: 0.8rem;
padding: 1px 4px;
}
.cde-tabs {
margin-top: 12px;
border-bottom: 1px solid #1a2436;
@@ -2923,6 +2992,26 @@ strong.ellipsis {
width: 22px;
text-align: center;
}
.cde-recovery-bar {
margin-bottom: 10px;
}
.cde-recovery-bar .cde-recovery-boosts {
display: flex;
flex-wrap: wrap;
gap: 0.3em 1em;
margin-top: 4px;
font-size: 0.85em;
}
.cde-recovery-bar .cde-recovery-boost {
display: inline-flex;
align-items: center;
gap: 0.3em;
white-space: nowrap;
cursor: pointer;
}
.cde-recovery-bar .cde-recovery-boost input[type="checkbox"] {
cursor: pointer;
}
.cde-tt-block {
margin-bottom: 12px;
}
@@ -3947,10 +4036,10 @@ ol.item-list li.item .item-controls a.item-control:hover {
letter-spacing: 0;
font-size: 11px;
}
/* Combatant list */
/* Combatant list — grows to fill available space */
.cde-wheel-combatants {
flex: 0 0 auto;
max-height: 130px;
flex: 1 1 auto;
min-height: 0;
overflow-y: auto;
border-bottom: 1px solid #1a2436;
}
@@ -4014,12 +4103,11 @@ ol.item-list li.item .item-controls a.item-control:hover {
color: #7d94b8;
flex-shrink: 0;
}
/* Action area */
/* Action area — fixed to content height, pushed to bottom */
.cde-wheel-actions {
flex: 1 1 auto;
flex: 0 0 auto;
display: flex;
flex-direction: column;
overflow-y: auto;
padding: 8px 10px 10px;
gap: 6px;
}