refactor(import): improve preview UI

This commit is contained in:
Carlos Valente
2026-07-25 12:27:34 +02:00
committed by Carlos Valente
parent 2a890cf2b3
commit c6248b0c72
8 changed files with 316 additions and 61 deletions
@@ -25,6 +25,13 @@
margin-top: 1rem;
}
.finishActions {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.5rem;
}
.sourceGrid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));