Implements inventory system, wip

This commit is contained in:
2026-05-22 11:03:17 +02:00
parent 4ff46865c2
commit dd3fe0e38e
15 changed files with 431 additions and 40 deletions
+2 -2
View File
@@ -263,8 +263,8 @@
}
}
// Dialog application styling
.application.dialog.prismrpg {
// Dialog application styling — only apply grey gradient when roll dialog content is present
.application.dialog.prismrpg:has(.prismrpg-roll-dialog-modern) {
.window-content {
background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
padding: 8px;