Browse Source

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

mrpaulblack 5 days ago
parent
commit
23d6f59771
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/simple/src/less/detail.less

+ 1 - 1
client/simple/src/less/detail.less

@@ -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;
     }