Skip to content

Commit

Permalink
Fix heart icon placement
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Oct 30, 2023
1 parent 6635daa commit 48a43a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layout-multiple-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -3988,7 +3988,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu

/* stylelint-disable-next-line */
.layout-multiple-columns.no-reduce-motion .status .icon-button.star-icon.activate .icon-star {
left: -29px;
left: -27px;
}

/* stylelint-disable-next-line */
Expand Down
2 changes: 1 addition & 1 deletion layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -4087,7 +4087,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu

/* stylelint-disable-next-line */
.layout-single-column.no-reduce-motion .status .icon-button.star-icon.activate .icon-star {
left: -29px;
left: -27px;
}

/* stylelint-disable-next-line */
Expand Down

0 comments on commit 48a43a8

Please sign in to comment.