diff options
Diffstat (limited to 'searx/static/themes/simple/src/less/embedded.less')
-rw-r--r-- | searx/static/themes/simple/src/less/embedded.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/static/themes/simple/src/less/embedded.less b/searx/static/themes/simple/src/less/embedded.less index 2e9216ad2..bd7b89ea6 100644 --- a/searx/static/themes/simple/src/less/embedded.less +++ b/searx/static/themes/simple/src/less/embedded.less @@ -13,8 +13,8 @@ iframe[src^="https://www.mixcloud.com"] { // issue with an image URL that is blocked since it is an a Cross-Origin // request. The alternative text (<img alt='Mixcloud Logo'> then cause an // scrollbar in the inner of the iframe we can't avoid. Another quirk comes - // when pressing the play button, somtimes the shown player has an height of - // 200px, somtimes 250px. + // when pressing the play button, sometimes the shown player has an height of + // 200px, sometimes 250px. height: 250px; } |