minigame 5 jumper 1.4

This commit is contained in:
2026-05-01 08:54:48 +00:00
parent 06a16bb837
commit e2dcf6f678
9 changed files with 299 additions and 51 deletions
+38
View File
@@ -2369,3 +2369,41 @@ code {
font-variant-numeric: tabular-nums;
padding-bottom: 0.2rem;
}
/* Space shooter admin — per-slot ship image URLs */
.space-shooter-ship-grid {
display: flex;
flex-direction: column;
gap: 0.65rem;
margin-top: 0.5rem;
}
.space-shooter-ship-row {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.5rem 0.75rem;
}
.space-shooter-ship-slot {
flex: 0 0 1.5rem;
font-weight: 800;
font-variant-numeric: tabular-nums;
color: var(--accent);
text-align: center;
}
.space-shooter-ship-url-label {
flex: 1 1 220px;
min-width: 160px;
margin: 0;
}
.space-shooter-ship-url-label input[type='text'] {
width: 100%;
max-width: 560px;
margin-top: 0.2rem;
}
.space-shooter-ship-prev {
flex: 0 0 48px;
object-fit: contain;
background: rgba(0, 0, 0, 0.35);
border: 1px solid var(--border);
border-radius: 8px;
}