mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 21:59:22 +02:00
[fix] simple theme: display image detail view fullscreen on landscape phones
This commit is contained in:
parent
d574339853
commit
23d6f59771
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue