Hello,
Yes, the list view switches to the grid on mobile. The recent version has changes in the CSS.
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-list-item .product-wrapper {
flex-direction: row;
}
body .product-list-item .product-element-top {
margin-right: 0 !important;
}
body .product.product-list-item .wd-add-btn {
justify-content: end;
}
Best Regards