diff options
Diffstat (limited to 'searx/static/themes/pix-art/less/search.less')
-rw-r--r-- | searx/static/themes/pix-art/less/search.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/searx/static/themes/pix-art/less/search.less b/searx/static/themes/pix-art/less/search.less index 62e5a6a18..ef0d881cb 100644 --- a/searx/static/themes/pix-art/less/search.less +++ b/searx/static/themes/pix-art/less/search.less @@ -35,15 +35,15 @@ #search_submit { position: absolute; - top: 13px; - right: 1px; + top: 15px; + right: 5px; padding: 0; border: 0; background: url('../img/search-icon-pixel.png') no-repeat; background-size: 24px 24px; opacity: 0.8; width: 24px; - height: 30px; + height: 24px; font-size: 0; } |