fix: mini api
This commit is contained in:
@@ -463,7 +463,7 @@ const getDefaultName = (item) => {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
aspect-ratio: 1;
|
aspect-ratio: 1;
|
||||||
background: #f5f5f5;
|
background: #f5f5f5;
|
||||||
padding: 20px;
|
/* padding: 20px; Removed padding to make it full square */
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -472,7 +472,7 @@ const getDefaultName = (item) => {
|
|||||||
.item-img {
|
.item-img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-radius: 8px;
|
/* border-radius: 8px; Removed border-radius */
|
||||||
}
|
}
|
||||||
|
|
||||||
.active-badge {
|
.active-badge {
|
||||||
|
|||||||
Reference in New Issue
Block a user