mirror of
https://github.com/searxng/searxng.git
synced 2025-07-27 15:12:20 +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 {
|
a.result-images-source img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-height: calc(100vh - 20rem);
|
max-height: calc(100vh - 2rem);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue