fix: (regression 0.52.4) file-show: layout problem with audio
Massimo Melina committed
May 11, 2024 at 20:22 UTC
618a846be0b7967f9c34729cd784f5eb115088f1
1 file changed
+2
-2
frontend/src/index.scss
+2
-2
@@ -677,7 +677,7 @@ button .icon + .label {
677
height: 100%;
678
display: flex;
679
flex-direction: column;
680
- justify-content: space-evenly;
680
+ justify-content: center;
681
align-items: center;
682
position: relative;
683
}
@@ -716,7 +716,7 @@ button .icon + .label {
716
.freeY, .fullWidth {
717
.main { overflow-y: auto; }
718
.showing { max-height: initial; margin: auto; }
719
- .showing-container { overflow: auto; align-items: flex-start;}
719
+ .showing-container { overflow: auto; align-items: flex-start; justify-content: flex-start; }
720
}
721
.fullWidth {
722
.showing-container, .showing { width: 100%; }