diff --git a/viewer/static/css/styles.css b/viewer/static/css/styles.css index e8a8f4f..2d293b6 100644 --- a/viewer/static/css/styles.css +++ b/viewer/static/css/styles.css @@ -189,7 +189,6 @@ body { /* Image view specific styles */ .image-content { overflow: auto; - padding: 18px; flex: 1 1 auto; /* occupy available vertical space inside main-area */ display: flex; align-items: center; /* center the image vertically */ diff --git a/viewer/templates/image_view.html b/viewer/templates/image_view.html index 2c6e20f..b6ab7c9 100644 --- a/viewer/templates/image_view.html +++ b/viewer/templates/image_view.html @@ -164,11 +164,11 @@