This commit is contained in:
2025-11-25 21:22:30 -05:00
parent 72971f6d3e
commit f82ba25160
16 changed files with 860 additions and 100 deletions

View File

@@ -195,7 +195,6 @@ function onAddImage({ id, file }: { id: string; file: File }) {
margin: 0 auto;
display: flex;
flex-direction: column;
height: 100vh;
overflow-y: auto;
box-sizing: border-box;
}