Fixed issue with image links covering all image wrapper area.

This commit is contained in:
Miguel Astor
2026-03-24 15:34:03 -04:00
parent 7cc7f04b80
commit f658106316
2 changed files with 4 additions and 5 deletions

View File

@@ -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 */