diff --git a/scitems.php b/scitems.php index 923b68a..917b4ef 100644 --- a/scitems.php +++ b/scitems.php @@ -326,6 +326,15 @@ if ($edit_id > 0) { .item-uuid { font-size: 0.8rem; color: #aaa; font-family: monospace; word-break: break-all; } .item-about-cell { font-size: 0.85rem; color: #ccc; line-height: 1.4; } + .item-preview { + width: 80px; + height: 80px; + object-fit: cover; + border-radius: 4px; + border: 1px solid var(--border-glow); + background: rgba(0,0,0,0.5); + } + /* Rarity Classes */ .rarity-L { color: var(--rarity-L) !important; text-shadow: 0 0 10px rgba(255, 128, 0, 0.3); } .rarity-E { color: var(--rarity-E) !important; text-shadow: 0 0 10px rgba(163, 53, 238, 0.3); } @@ -439,6 +448,7 @@ if ($edit_id > 0) {
| Aperçu | Nom | UUID | About | @@ -447,7 +457,7 @@ if ($edit_id > 0) {|
|---|---|---|---|---|
| Aucun objet trouvé. | ||||
| Aucun objet trouvé. | ||||
+
+ |
||||