RobotNet/RobotNet.WebApp/Maps/Components/Element/ElementModelTable.razor.css
2025-10-15 15:15:53 +07:00

17 lines
352 B
CSS

.model-create-item {
display: flex;
justify-content: center;
width: 100%;
height: 200px;
}
.model-create-item img {
justify-content: center;
width: 200px;
height: 200px;
object-fit: contain;
border-radius: 10px;
image-rendering: pixelated;
border: 0.2px solid gray;
}