Add game add button in detail

This commit is contained in:
2025-05-09 01:30:50 +02:00
parent ae39e15d32
commit 1da3e1f0a0
7 changed files with 108 additions and 36 deletions

View File

@@ -118,3 +118,20 @@
.buttons button:hover {
background: var(--violet-selected);
}
@media screen and (max-width: 400px) {
.input-game {
grid-template-columns: auto 1fr;
}
#label-description {
width: auto !important;
}
}
@media screen and (max-width: 700px) {
.game-form {
flex-direction: column;
gap: 8px;
}
}