[fix] simple theme: display image detail view fullscreen on landscape phones

This commit is contained in:
mrpaulblack 2025-07-14 20:20:48 +02:00 committed by Markus Heiser
parent d574339853
commit 23d6f59771

View file

@ -244,7 +244,7 @@ article.result-images .detail {
a.result-images-source img {
width: 100%;
max-height: calc(100vh - 20rem);
max-height: calc(100vh - 2rem);
margin: 0;
}