forked from Archives/searxng
[fix] no horizontal scrolling on small screen
[fix] small images in the results aren't not "zoomed"
This commit is contained in:
parent
5740cfbf1c
commit
400279182e
File diff suppressed because one or more lines are too long
@ -126,6 +126,7 @@ fieldset {
|
|||||||
|
|
||||||
#categories {
|
#categories {
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
|
.user-select;
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkbox_container {
|
.checkbox_container {
|
||||||
@ -297,14 +298,14 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.image_result {
|
.image_result {
|
||||||
float: left;
|
display: inline-block;
|
||||||
margin: 10px 10px;
|
margin: 10px 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 160px;
|
max-height: 160px;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
border: 0;
|
border: 0;
|
||||||
height: 160px;
|
max-height: 160px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
@ -501,7 +502,6 @@ tr {
|
|||||||
|
|
||||||
#pagination {
|
#pagination {
|
||||||
clear: both;
|
clear: both;
|
||||||
width: 40em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#apis {
|
#apis {
|
||||||
@ -516,6 +516,7 @@ tr {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.github {
|
.github {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -591,6 +592,13 @@ tr {
|
|||||||
border-top: 1px solid @color-result-top-border;
|
border-top: 1px solid @color-result-top-border;
|
||||||
margin: 7px 0 6px 0;
|
margin: 7px 0 6px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.image_result {
|
||||||
|
max-width: 98%;
|
||||||
|
img {
|
||||||
|
max-width: 98%;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.favicon {
|
.favicon {
|
||||||
|
Loading…
Reference in New Issue
Block a user