mirror of
https://github.com/searxng/searxng.git
synced 2026-08-09 00:31:25 +00:00
Compare commits
2 Commits
150b2e21fd
...
f62f6194e3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f62f6194e3 | ||
|
|
68d871dea0 |
@@ -24,6 +24,7 @@ article.result-images .detail {
|
|||||||
border: 1px solid var(--color-result-detail-background);
|
border: 1px solid var(--color-result-detail-background);
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
padding: 4rem 3rem 3rem 3rem;
|
padding: 4rem 3rem 3rem 3rem;
|
||||||
|
overflow-y: scroll;
|
||||||
|
|
||||||
a.result-images-source {
|
a.result-images-source {
|
||||||
display: block;
|
display: block;
|
||||||
@@ -42,7 +43,7 @@ article.result-images .detail {
|
|||||||
height: inherit;
|
height: inherit;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
min-height: inherit;
|
min-height: inherit;
|
||||||
max-height: calc(100vh - 25rem - 7rem);
|
max-height: calc(100vh - 25rem - 17rem);
|
||||||
background: inherit;
|
background: inherit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user