added feneration assets

This commit is contained in:
2025-03-31 12:59:12 +05:30
parent e1200f52d0
commit cacb23ea5a
8 changed files with 100 additions and 75 deletions

View File

@@ -1029,10 +1029,14 @@
}
.asset-image {
height: 100%;
width: 100%;
position: absolute;
top: 50%;
right: 5px;
transform: translate(0, -50%);
// top: 50%;
// right: 5px;
// transform: translate(0, -50%);
top: 0;
left: 0;
z-index: 2;
}
}