menu: on click on prduct open details as BS, also add redirect button to detials page if user click on redirect button
This commit is contained in:
@@ -6,9 +6,10 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
overflow-x: hidden;
|
||||
overflow-x: auto;
|
||||
padding: 0;
|
||||
scroll-behavior: smooth;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
:global(.darkApp) .youMightAlsoLikeContainer path {
|
||||
@@ -56,7 +57,7 @@
|
||||
outline-offset: 4px;
|
||||
}
|
||||
.youMightAlsoLikeContainer {
|
||||
height: 130px !important;
|
||||
height: 150px !important;
|
||||
}
|
||||
|
||||
.itemDescriptionIconsContainer {
|
||||
|
||||
Reference in New Issue
Block a user