mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 18:42:33 +02:00
Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-theme
This commit is contained in:
commit
e088b95e74
15 changed files with 68 additions and 18 deletions
|
@ -267,6 +267,11 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not
|
|||
outline: 0 none;
|
||||
position: relative;
|
||||
}
|
||||
@media screen and (max-width: 75em) {
|
||||
.img-thumbnail {
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
.infobox .panel-heading {
|
||||
background-color: #f6f9fa;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -240,6 +240,11 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not
|
|||
outline: 0 none;
|
||||
position: relative;
|
||||
}
|
||||
@media screen and (max-width: 75em) {
|
||||
.img-thumbnail {
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
.infobox .panel-heading {
|
||||
background-color: #f6f9fa;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue