Skip to content

Commit 8135185

Browse files
feat(css): center inserted images
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
1 parent 4e1506d commit 8135185

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/nodes/ImageView.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ export default {
511511
512512
.image__main {
513513
max-height: calc(100vh - 50px - 50px);
514+
margin: auto;
514515
}
515516
516517
.image__main--broken-icon,

0 commit comments

Comments
 (0)