]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix position of search icon
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 8 Jun 2019 23:59:42 +0000 (01:59 +0200)
committerThibG <thib@sitedethib.com>
Thu, 13 Jun 2019 20:15:31 +0000 (22:15 +0200)
Port 9add88a920200bc0610b25434ad056469f28eae5 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/components/search.scss

index f59ef019e8816a719733397093c52ac0766eaefc..3ef1411338234964166866c20fc59f2039b02a1f 100644 (file)
@@ -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;