This commit is contained in:
+100
-6
@@ -2768,6 +2768,79 @@ section.npc .cde-neon-tabs .item.active { color: @cde-supernatural; borde
|
||||
text-shadow: 0 0 8px fade(@cde-spell, 50%);
|
||||
}
|
||||
|
||||
// Recovery roll chat
|
||||
.cde-chat-recovery {
|
||||
.cde-chat-recovery-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.cde-chat-recovery-icon {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
border: none;
|
||||
}
|
||||
.cde-chat-recovery-title {
|
||||
font-weight: 700;
|
||||
font-size: 1.05rem;
|
||||
}
|
||||
.cde-chat-recovery-dice {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
margin-bottom: 6px;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
.cde-chat-recovery-dice-label {
|
||||
font-weight: 600;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.cde-chat-recovery-dice-results {
|
||||
font-weight: 500;
|
||||
color: @cde-muted;
|
||||
}
|
||||
.cde-chat-recovery-results {
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.cde-chat-recovery-even,
|
||||
.cde-chat-recovery-odd {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
.cde-chat-recovery-count {
|
||||
font-size: 1.3rem;
|
||||
font-weight: 800;
|
||||
min-width: 1.6em;
|
||||
text-align: center;
|
||||
}
|
||||
.cde-chat-recovery-even .cde-chat-recovery-count {
|
||||
color: @cde-supernatural;
|
||||
}
|
||||
.cde-chat-recovery-odd .cde-chat-recovery-count {
|
||||
color: @wu-fire;
|
||||
}
|
||||
.cde-chat-recovery-pools {
|
||||
margin-top: 6px;
|
||||
padding-top: 4px;
|
||||
border-top: 1px solid @cde-border;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
.cde-chat-recovery-pool-row {
|
||||
padding: 1px 4px;
|
||||
}
|
||||
.cde-chat-recovery-pool-boost {
|
||||
color: @cde-supernatural;
|
||||
font-weight: 600;
|
||||
font-size: 0.8rem;
|
||||
padding: 1px 4px;
|
||||
}
|
||||
}
|
||||
|
||||
// Legacy tabs (actor sheets still use cde-tabs)
|
||||
.cde-tabs {
|
||||
margin-top: @cde-gap;
|
||||
@@ -2981,6 +3054,28 @@ strong.ellipsis {
|
||||
// ============================================================
|
||||
// Three Treasures layout (HEI / SAN-ZING / PTAO)
|
||||
// ============================================================
|
||||
.cde-recovery-bar {
|
||||
margin-bottom: 10px;
|
||||
|
||||
.cde-recovery-boosts {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.3em 1em;
|
||||
margin-top: 4px;
|
||||
font-size: 0.85em;
|
||||
}
|
||||
.cde-recovery-boost {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.3em;
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
input[type="checkbox"] {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.cde-tt-block {
|
||||
margin-bottom: 12px;
|
||||
|
||||
@@ -4094,10 +4189,10 @@ ol.item-list {
|
||||
}
|
||||
}
|
||||
|
||||
/* 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 @cde-border;
|
||||
}
|
||||
@@ -4172,12 +4267,11 @@ ol.item-list {
|
||||
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user