Skip to content

Commit

Permalink
Fix a terrible mistake with a selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Feb 11, 2024
1 parent 22869c0 commit be55f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -4249,8 +4249,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}

/* Detailed status offset for boost animation */
.layout-single-column.no-reduce-motion .detailed-status__button .icon-button.active:not:focus .icon-retweet {
left: -88px;
.layout-single-column.no-reduce-motion .detailed-status__button .icon-button.active:focus .icon-retweet {
left: -89px;
top: -38px;
}

Expand Down

0 comments on commit be55f65

Please sign in to comment.