Skip to content

Commit

Permalink
Fix offset
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Feb 16, 2024
1 parent 234220b commit fafcce4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: -87px;
top: -39px;
left: -89px;
top: -47px;
}

/* Offset in numbered item */
Expand Down
6 changes: 3 additions & 3 deletions layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -4256,7 +4256,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu

/* Offset in numbered item */
.layout-single-column.no-reduce-motion .status__action-bar .icon-button.icon-button--with-counter.active:focus .icon-retweet {
left: -84px;
left: -82px;
}

.layout-single-column.no-reduce-motion .status__action-bar .icon-button.icon-button--with-counter.activate .icon-button__counter,
Expand Down Expand Up @@ -4382,11 +4382,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
/* stylelint-disable-next-line */
content: '' !important;
height: 100px;
left: -37px;
left: -38px;
pointer-events: none;
position: absolute;
top: -40px;
transform: scale(.55);
transform: scale(.6);
width: 100px;
}

Expand Down

0 comments on commit fafcce4

Please sign in to comment.