forked from zaclys/searxng
fix detail image for mobile
This commit is contained in:
parent
354e0cdfe0
commit
23cb7713b8
5 changed files with 6 additions and 6 deletions
|
|
@ -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: 175px;
|
||||
.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: 175px;
|
||||
.ltr-left(0);
|
||||
padding: 1rem;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue