Skip to content

Commit

Permalink
Fix regression with heart icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Nov 23, 2024
1 parent 30e316c commit 6cfe977
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layout-multiple-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -4299,6 +4299,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
top: -38px;
transform: scale(.58);
width: 100px;
height: 100px;
}

@media (prefers-reduced-motion: no-preference) {
Expand Down Expand Up @@ -4419,6 +4420,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
top: 0;
transform: none;
width: unset;
height: unset !important;
}
.layout-multiple-columns.no-reduce-motion .icon-button.star-icon.active .icon-star {
Expand Down
2 changes: 2 additions & 0 deletions layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -4718,6 +4718,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
top: -37px;
transform: scale(.58);
width: 100px;
height: 100px;
}

@media (max-width: 890px) {
Expand Down Expand Up @@ -4848,6 +4849,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
top: 0;
transform: none;
width: unset;
height: unset !important;
}
.layout-single-column.no-reduce-motion .icon-button.star-icon.active .icon-star {
Expand Down

0 comments on commit 6cfe977

Please sign in to comment.