Skip to content

Commit

Permalink
Fix position of search icon (mastodon#11003)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron authored and hiyuki2578 committed Oct 2, 2019
1 parent fa1a8c7 commit 8f2ecd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3903,7 +3903,7 @@ a.status-card.compact:hover {

.fa {
position: absolute;
top: 15px;
top: 16px;
right: 10px;
z-index: 2;
display: inline-block;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 8f2ecd8

Please sign in to comment.