Skip to content

Commit

Permalink
Fix detailed boost icon on focus on multiple columns
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Feb 11, 2024
1 parent 339c796 commit 197c3eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout-multiple-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -4143,8 +4143,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu

/* Detailed status offset for boost animation */
.layout-multiple-columns.no-reduce-motion .detailed-status__button .icon-button.active:focus .icon-retweet {
left: -89px;
top: -47px;
left: -87px;
top: -39px;
}

/* Offset in numbered item */
Expand Down

0 comments on commit 197c3eb

Please sign in to comment.