mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
- 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:
@@ -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;
|
||||
|
||||
+13686
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user