coopjakob / memory

MIT License
0 stars 0 forks source link

Add skeleton card #37

Closed benjick closed 4 years ago

benjick commented 4 years ago
Screenshot 2020-04-05 at 17 06 15
coopjakob commented 4 years ago

Now I can clearly see the problem with the position is changed after extra cards are injected after positioned cards. Tricky! We don't need to fix this now, but a solution could be to use css grid positioning:

    grid-column: 1;
    grid-row: 1;