- fixed armor row columns displayed/alignment if armor is marked as "magical" and Equipment tab was filtered to show "Magic" items only.

This commit is contained in:
vince
2025-11-23 10:29:41 -08:00
parent 08a1eb0c34
commit 19eacefaef
2 changed files with 13688 additions and 2 deletions
+2 -1
View File
@@ -2498,7 +2498,8 @@ section.npc-box.statblock3 .image-avatar {
}
/* needed as a placeholder for when all types of equipment are displayed */
.charsheet .equipment-display-type[value='-1'] ~ .repcontainer .equipment-type[value='2'] ~ .hidden-for-armor {
.charsheet .equipment-display-type[value='-1'] ~ .repcontainer .equipment-type[value='2'] ~ .hidden-for-armor,
.charsheet .equipment-display-type[value='3'] ~ .repcontainer .equipment-type[value='2'] ~ .hidden-for-armor {
display: block;
opacity: 0;
pointer-events: none;
File diff suppressed because one or more lines are too long