Commit 021ba36a authored by deggua's avatar deggua

Gallery viewport autoscaling fix

parent 8b8a0007
...@@ -1222,7 +1222,7 @@ main_css = \ ...@@ -1222,7 +1222,7 @@ main_css = \
custom_css = \ custom_css = \
""" """
#output_gallery { #output_gallery {
min-height: 100% !important; min-height: 50vh !important;
scrollbar-width: none; scrollbar-width: none;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment