items
This commit is contained in:
		@@ -346,7 +346,12 @@ function Detail() {
 | 
				
			|||||||
                                        `);
 | 
					                                        `);
 | 
				
			||||||
                                                for (let x = 0; x < el.content.length; x++) {
 | 
					                                                for (let x = 0; x < el.content.length; x++) {
 | 
				
			||||||
                                                    const el2 = el.content[x]
 | 
					                                                    const el2 = el.content[x]
 | 
				
			||||||
                                                    $(`.${el.name}`).append(`<div class="collapse" id="${el.name}"><ul><li>${el2.count}x ${el2.name}</li></ul></div>`);
 | 
					                                                    $(`.${el.name}`).append(`<div class="collapse" id="${el.name}">
 | 
				
			||||||
 | 
					                                                    <div class="card itemcard" style="background-color: transparent; ">
 | 
				
			||||||
 | 
					                                                    <div class="card-body">
 | 
				
			||||||
 | 
					                                                    ${el2.name}${el2.count}
 | 
				
			||||||
 | 
					                                                  </div>
 | 
				
			||||||
 | 
					                                                    </div>`);
 | 
				
			||||||
                                                }
 | 
					                                                }
 | 
				
			||||||
                                            }
 | 
					                                            }
 | 
				
			||||||
                                            lala();
 | 
					                                            lala();
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -94,4 +94,8 @@ button:focus{
 | 
				
			|||||||
.btn:focus, .btn:active {
 | 
					.btn:focus, .btn:active {
 | 
				
			||||||
    outline: none !important;
 | 
					    outline: none !important;
 | 
				
			||||||
    box-shadow: none !important;
 | 
					    box-shadow: none !important;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.itemcard{
 | 
				
			||||||
 | 
					    height: 2%;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user