diff --git a/src/lib/components/database/cells/CharacterImageCell.svelte b/src/lib/components/database/cells/CharacterImageCell.svelte index 55c78c42..3d6af61d 100644 --- a/src/lib/components/database/cells/CharacterImageCell.svelte +++ b/src/lib/components/database/cells/CharacterImageCell.svelte @@ -26,10 +26,10 @@ .database-image { max-width: 100%; - max-height: 40px; + max-height: 60px; width: auto; height: auto; object-fit: contain; border-radius: 4px; } - \ No newline at end of file + diff --git a/src/lib/components/database/cells/ElementCell.svelte b/src/lib/components/database/cells/ElementCell.svelte new file mode 100644 index 00000000..d59bddbd --- /dev/null +++ b/src/lib/components/database/cells/ElementCell.svelte @@ -0,0 +1,27 @@ + + + + +
+ +
+ + diff --git a/src/lib/components/database/cells/ProficiencyCell.svelte b/src/lib/components/database/cells/ProficiencyCell.svelte new file mode 100644 index 00000000..00564b19 --- /dev/null +++ b/src/lib/components/database/cells/ProficiencyCell.svelte @@ -0,0 +1,27 @@ + + + + +
+ +
+ + \ No newline at end of file diff --git a/src/lib/components/database/cells/SummonImageCell.svelte b/src/lib/components/database/cells/SummonImageCell.svelte index 0baac6e8..aacd8519 100644 --- a/src/lib/components/database/cells/SummonImageCell.svelte +++ b/src/lib/components/database/cells/SummonImageCell.svelte @@ -26,7 +26,7 @@ .database-image { max-width: 100%; - max-height: 40px; + max-height: 60px; width: auto; height: auto; object-fit: contain; diff --git a/src/lib/components/database/cells/WeaponImageCell.svelte b/src/lib/components/database/cells/WeaponImageCell.svelte index 5d15be8f..e21dfe67 100644 --- a/src/lib/components/database/cells/WeaponImageCell.svelte +++ b/src/lib/components/database/cells/WeaponImageCell.svelte @@ -26,7 +26,7 @@ .database-image { max-width: 100%; - max-height: 40px; + max-height: 60px; width: auto; height: auto; object-fit: contain;