Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Nov 23, 2024
1 parent 6cfe977 commit 69a54e2
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 @@ -4293,13 +4293,13 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
background-size: unset;
/* stylelint-disable-next-line */
content: '' !important;
height: 100px;
left: -38px;
pointer-events: none;
position: absolute;
top: -38px;
transform: scale(.58);
width: 100px;
height: 100px;
}

@media (prefers-reduced-motion: no-preference) {
Expand Down
2 changes: 1 addition & 1 deletion layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -4712,13 +4712,13 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
background-size: unset;
/* stylelint-disable-next-line */
content: '' !important;
height: 100px;
left: -38px;
pointer-events: none;
position: absolute;
top: -37px;
transform: scale(.58);
width: 100px;
height: 100px;
}

@media (max-width: 890px) {
Expand Down

0 comments on commit 69a54e2

Please sign in to comment.