mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 12:19:12 +00:00
feat: (wip) Toggle Views
- Auto Height on Cards - Title with ellipses on length exceed - Changed namepaces - Moved product card rendering to JS - Added Image and List View Toggling buttons - Kept basic filters rendering just as before
This commit is contained in:
@@ -68,7 +68,6 @@ body.product-page {
|
||||
|
||||
.item-card-group-section {
|
||||
.card {
|
||||
height: 400px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
@@ -779,3 +778,7 @@ body.product-page {
|
||||
padding: 6px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#toggle-view {
|
||||
float: right;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user