diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-09-06 11:45:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-06 11:45:15 +0200 |
| commit | a26e4eff10b8ed41d7012390d4efc575b9da8eb0 (patch) | |
| tree | 88fccec09898e22cfd4e2822dc903b033e5660ad /searx/static/themes/simple/css/searx.css | |
| parent | 33ea1d59096c08cc5b5045f975525d311d1960d1 (diff) | |
| parent | 0d070fde923245f14e730ef1c8da1a9161f0c96a (diff) | |
Merge pull request #292 from return42/fix-csp
[fix] make HTML templates more CSP compliant
Diffstat (limited to 'searx/static/themes/simple/css/searx.css')
| -rw-r--r-- | searx/static/themes/simple/css/searx.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/searx/static/themes/simple/css/searx.css b/searx/static/themes/simple/css/searx.css index 8aa506bca..d35bcc593 100644 --- a/searx/static/themes/simple/css/searx.css +++ b/searx/static/themes/simple/css/searx.css @@ -374,6 +374,11 @@ .bar100 { width: 100%; } +.osm-map-box { + height: 300px; + width: 100%; + margin: 10px 0; +} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /* Document @@ -825,7 +830,7 @@ template { } /* this file is generated automatically by searx_extra/update/update_pygments.py - using pygments version 2.9.0 + using pygments version 2.10.0 */ .code-highlight .linenos { -webkit-touch-callout: none; |