Skip to content

Commit

Permalink
Small fix to heart position and size on single column layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Feb 11, 2024
1 parent 197c3eb commit bff2d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout-single-column.css
Original file line number Diff line number Diff line change
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: -38px;
left: -37px;
pointer-events: none;
position: absolute;
top: -40px;
transform: scale(.6);
transform: scale(.55);
width: 100px;
}

Expand Down

0 comments on commit bff2d56

Please sign in to comment.