feat: include marked and original files in zip #222

Merged
b merged 3 commits from 203-export-original-and-modified into staging 2024-10-09 13:43:03 +00:00
Showing only changes of commit 58c457b62c - Show all commits

View File

@ -24,7 +24,7 @@
} }
.container { .container {
color: black color: black;
} }
.left { .left {
@ -51,7 +51,8 @@
} }
.image-placeholder { .image-placeholder {
width: 150px; width: 100%;
height: auto;
} }
.link { .link {
@ -99,4 +100,4 @@
margin-left: 5px; margin-left: 5px;
margin-top: 2px; margin-top: 2px;
} }
} }