Made suggested items inactive in the Class sheet if rendered from inside a Character

This commit is contained in:
WBHarry 2025-07-31 19:14:54 +02:00
parent 682ffc04d7
commit 8fad165977
3 changed files with 56 additions and 50 deletions

View file

@ -206,6 +206,10 @@
}
}
&.inactive {
opacity: 0.5;
}
&.fit-height {
height: 95%;
}