feat: add ancient artifacts and refactor item categories
Introduce Ancient Artifacts with full CRUD and image support Migrate item categories and usages to system-defined lists Add display_id to items and artifacts for custom sorting
This commit is contained in:
@@ -4114,6 +4114,13 @@ button:disabled,
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.preserve-lines {
|
||||
margin: 0;
|
||||
max-width: 72ch;
|
||||
overflow-wrap: anywhere;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.entity-profile-facts {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
|
||||
|
||||
Reference in New Issue
Block a user