Add download buttons for sprites and theme backgrounds
Allow users to download existing sprite and background assets from the admin panel, useful for editing externally and re-uploading or backing up customizations. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -472,6 +472,13 @@ textarea {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sprite-btn-row {
|
||||
display: flex;
|
||||
gap: 6px;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
/* Theme Management */
|
||||
.theme-info {
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
|
||||
Reference in New Issue
Block a user