forked from zaclys/searxng
fix detail img
This commit is contained in:
parent
2e5e5be7d9
commit
828f600e71
|
@ -199,7 +199,7 @@ article.result-images .detail {
|
|||
}
|
||||
|
||||
#results.image-detail-open.scrolling article.result-images[data-vim-selected] .detail {
|
||||
top: 0;
|
||||
//top: 0;
|
||||
|
||||
a.result-images-source img {
|
||||
max-height: calc(100vh - 25rem);
|
||||
|
@ -208,7 +208,7 @@ article.result-images .detail {
|
|||
|
||||
@media screen and (max-width: @tablet) {
|
||||
#results.image-detail-open article.result-images[data-vim-selected] .detail {
|
||||
top: 0;
|
||||
//top: 0;
|
||||
.ltr-left(0);
|
||||
|
||||
a.result-images-source {
|
||||
|
@ -230,7 +230,7 @@ article.result-images .detail {
|
|||
|
||||
@media screen and (max-width: @phone) {
|
||||
#results.image-detail-open article.result-images[data-vim-selected] .detail {
|
||||
top: 0;
|
||||
//top: 0;
|
||||
.ltr-left(0);
|
||||
padding: 1rem;
|
||||
|
||||
|
|
Loading…
Reference in New Issue