]> cat aescling's git repositories - mastodon.git/commitdiff
Fix position of search icon (#11003)
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 8 Jun 2019 23:59:42 +0000 (01:59 +0200)
committerGitHub <noreply@github.com>
Sat, 8 Jun 2019 23:59:42 +0000 (01:59 +0200)
app/javascript/styles/mastodon/components.scss

index c91c1eedc56fb7307bf9d6e192e73338f4f5de7e..1093bf54fcc48b45096f3094fabe7cd936976b99 100644 (file)
@@ -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;