fix: file-show: zoom is preventing to see top part of image
Massimo Melina committed
Apr 29, 2024 at 21:33 UTC
d9ee51add93765b8c8c9d6187fed3f6bff43a828
1 file changed
+1
-1
frontend/src/index.scss
+1
-1
@@ -677,7 +677,7 @@ button .icon + .label {
677
height: 100%;
678
display: flex;
679
flex-direction: column;
680
- justify-content: center;
680
+ justify-content: space-evenly;
681
align-items: center;
682
position: relative;
683
}