platine mobile size
All checks were successful
Deploy App / build (push) Successful in 20s
Deploy App / deploy (push) Successful in 14s

This commit is contained in:
valere
2026-01-02 22:34:11 +01:00
parent bb791e35d1
commit f75a1481bd
2 changed files with 4 additions and 3 deletions

View File

@@ -47,7 +47,9 @@ const onCardDropped = (card: Track) => {
&.mounted {
z-index: 60;
bottom: 0;
width: 25%;
width: 100%;
max-width: 450px;
}
}
</style>