Skip to content

Commit

Permalink
https://github.com/tradefurniturecompany/site/issues/193
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Oct 23, 2020
1 parent 57c3c98 commit ed5d41d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions view/frontend/web/_category.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ body.catalog-category-view #maincontent {
&:hover, &.active {padding: 0; border-width: 2px !important;}
}
.product-item-actions {
// 2020-10-24
// "Remove the «Add to Wishlist» and «Add to Backet» controls
// from the frontend category page on narrow screens":
// https://github.com/tradefurniturecompany/site/issues/193
@media (max-width: 639px) {display: none;}
@media (min-width: 640px) {
margin-bottom: 0;
> .actions-primary {position: absolute; top: -200px;}
Expand Down

0 comments on commit ed5d41d

Please sign in to comment.