diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-06-09 01:59:42 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-06-13 22:15:31 +0200 |
commit | 1b130f964fbef373b5931fc5cf9f10988352dfa1 (patch) | |
tree | 78d110106e0796eb6c03a64c937c1246dc0baf33 | |
parent | 362f3973bec892c6c77de4c3a5a93f7f06be0d82 (diff) |
[Glitch] Fix position of search icon
Port 9add88a920200bc0610b25434ad056469f28eae5 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/search.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/search.scss b/app/javascript/flavours/glitch/styles/components/search.scss index f59ef019e..3ef141133 100644 --- a/app/javascript/flavours/glitch/styles/components/search.scss +++ b/app/javascript/flavours/glitch/styles/components/search.scss @@ -12,7 +12,7 @@ .search__icon { .fa { position: absolute; - top: 10px; + top: 16px; right: 10px; z-index: 2; display: inline-block; @@ -42,7 +42,7 @@ } .fa-times-circle { - top: 11px; + top: 17px; transform: rotate(0deg); cursor: pointer; |