Skip to content

Commit

Permalink
Boost icon alignment on focus on multiple column view
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Jan 28, 2024
1 parent 3a00f2f commit 92b75c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layout-multiple-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -4104,7 +4104,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu

/* Offset in numbered item */
.layout-multiple-columns.no-reduce-motion .status__action-bar .icon-button.icon-button--with-counter.active:focus .icon-retweet {
left: -95px;
left: -92px;
}

/* Offset fixes for especially multiple column view */
Expand All @@ -4121,8 +4121,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu

/* stylelint-disable-next-line */
.layout-multiple-columns.no-reduce-motion .status__action-bar .icon-button.icon-button--with-counter.active:focus .icon-retweet + .icon-button__counter > .animated-number {
top: 2px;
transform: translateX(12px);
top: 0;
transform: translateX(13px);
}
}

Expand Down

0 comments on commit 92b75c3

Please sign in to comment.