Skip to content

Commit

Permalink
Fix the heart position on focus
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Feb 11, 2024
1 parent ce89fde commit 3aaf0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -4385,7 +4385,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
left: -38px;
pointer-events: none;
position: absolute;
top: -38px;
top: -40px;
transform: scale(.6);
width: 100px;
}
Expand Down

0 comments on commit 3aaf0eb

Please sign in to comment.