diff options
| -rw-r--r-- | client/simple/src/less/detail.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/simple/src/less/detail.less b/client/simple/src/less/detail.less index b09052c88..d85e8f986 100644 --- a/client/simple/src/less/detail.less +++ b/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; } |