diff options
| author | Marc Abonce Seguin <marc-abonce@mailbox.org> | 2020-08-02 17:11:24 -0700 |
|---|---|---|
| committer | Marc Abonce Seguin <marc-abonce@mailbox.org> | 2020-08-09 20:44:26 -0700 |
| commit | 001eb047cd0ea25091757a2fbcc333b4e4c99e69 (patch) | |
| tree | 451f06443efb7611beeda308874921e4b70caa44 /searx/static/themes/oscar/less | |
| parent | c9c39b3e79bfc24031ae1d352d290b9ec180e6ac (diff) | |
set max-height on infobox's images
Diffstat (limited to 'searx/static/themes/oscar/less')
| -rw-r--r-- | searx/static/themes/oscar/less/logicodev/infobox.less | 4 | ||||
| -rw-r--r-- | searx/static/themes/oscar/less/pointhi/infobox.less | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/searx/static/themes/oscar/less/logicodev/infobox.less b/searx/static/themes/oscar/less/logicodev/infobox.less index 86b8afb11..efde04fe0 100644 --- a/searx/static/themes/oscar/less/logicodev/infobox.less +++ b/searx/static/themes/oscar/less/logicodev/infobox.less @@ -14,6 +14,10 @@ font-style: italic; } + img{ + max-height: "250px"; + } + .btn{ background-color: @dark-blue; border: none; diff --git a/searx/static/themes/oscar/less/pointhi/infobox.less b/searx/static/themes/oscar/less/pointhi/infobox.less index df51b002e..4997466a8 100644 --- a/searx/static/themes/oscar/less/pointhi/infobox.less +++ b/searx/static/themes/oscar/less/pointhi/infobox.less @@ -1,4 +1,8 @@ .infobox { + img{ + max-height: 250px; + } + .infobox_part { margin-bottom: 20px; word-wrap: break-word; |