Added categories for combatants

This commit is contained in:
WBHarry 2025-06-06 22:50:21 +02:00
parent ece1c7e6c1
commit 92b4bfd741
7 changed files with 104 additions and 143 deletions

View file

@ -1365,6 +1365,10 @@
filter: drop-shadow(0 0 3px gold);
color: var(--button-hover-text-color);
}
.combat-sidebar h5 {
margin: 0;
text-align: center;
}
.chat-message.duality {
border-color: black;
padding: 8px 0 0 0;

View file

@ -1,73 +1,4 @@
.combat-sidebar {
// .encounter-gm-resources {
// flex: 0;
// display: flex;
// justify-content: center;
// padding: @largePadding 0;
// .gm-resource-controls {
// display: flex;
// flex-direction: column;
// align-items: center;
// padding: 0 4px;
// justify-content: center;
// }
// .gm-resource-tools {
// display: flex;
// flex-direction: column;
// justify-content: center;
// padding: 0 5px 0 @fullPadding;
// i {
// margin: 0 @tinyMargin;
// font-size: 16px;
// &.disabled {
// opacity: 0.6;
// }
// &:hover:not(.disabled) {
// cursor: pointer;
// filter: drop-shadow(0 0 3px @mainShadow);
// }
// }
// }
// .gm-resource {
// background: rgba(255, 255, 255, 0.1);
// padding: @fullPadding;
// border-radius: 8px;
// border: @normalBorder solid black;
// font-size: 20px;
// }
// }
// .token-action-tokens {
// flex: 0 0 48px;
// text-align: center;
// .use-action-token {
// &.disabled {
// opacity: 0.6;
// }
// }
// }
// .icon-button {
// &.spaced {
// margin-left: @halfMargin;
// }
// &.disabled {
// opacity: 0.6;
// }
// &:hover:not(.disabled) {
// cursor: pointer;
// filter: drop-shadow(0 0 3px @mainShadow);
// }
// }
.encounter-controls.combat {
justify-content: space-between;
@ -157,4 +88,9 @@
}
}
}
h5 {
margin: 0;
text-align: center;
}
}