Skip to content

Commit

Permalink
Re-introduce star fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Nov 23, 2024
1 parent 5ab112c commit f181528
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 @@ -4536,9 +4536,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}
.layout-multiple-columns button.icon-button.icon-button--with-counter.activate.star-icon > .icon-star {
left: 0 !important;
position: absolute !important;
top: unset !important;
left: -40px !important;
}
@media (hover: none) {
Expand Down
2 changes: 1 addition & 1 deletion layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -4965,7 +4965,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}
.layout-single-column button.icon-button.icon-button--with-counter.activate.star-icon > .icon-star {
left: -40px !important;
left: 0 !important;
position: absolute !important;
top: unset !important;
}
Expand Down

0 comments on commit f181528

Please sign in to comment.