about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-06-09 01:59:42 +0200
committerGitHub <noreply@github.com>2019-06-09 01:59:42 +0200
commit9add88a920200bc0610b25434ad056469f28eae5 (patch)
tree1546f6f2cb8b2404738d704772cf3554dc617ed5 /app
parent6ecf1825ef5a0135867b2bf18829ea457fa8c3eb (diff)
Fix position of search icon (#11003)
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/mastodon/components.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index c91c1eedc..1093bf54f 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -3903,7 +3903,7 @@ a.status-card.compact:hover {
 
   .fa {
     position: absolute;
-    top: 15px;
+    top: 16px;
     right: 10px;
     z-index: 2;
     display: inline-block;
@@ -3933,7 +3933,7 @@ a.status-card.compact:hover {
   }
 
   .fa-times-circle {
-    top: 11px;
+    top: 17px;
     transform: rotate(0deg);
     color: $action-button-color;
     cursor: pointer;