Skip to content

Commit

Permalink
Fix star hover bubble offset
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Oct 31, 2023
1 parent da49c5d commit 2f3b76e
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 @@ -3949,7 +3949,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}

.layout-multiple-columns .status__action-bar .icon-button.star-icon::after {
left: -5px;
left: -3px;
}

/* Disable default Mastodon animation: spring-rotate-in 1s linear; */
Expand Down
2 changes: 1 addition & 1 deletion layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -4048,7 +4048,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}

.layout-single-column .status__action-bar .icon-button.star-icon::after {
left: -5px;
left: -3px;
}

/* Disable default Mastodon animation: spring-rotate-in 1s linear; */
Expand Down

0 comments on commit 2f3b76e

Please sign in to comment.