RobotNet/RobotNet.WebApp/Pages/NavigationMapsManager.razor.css
2025-10-15 15:15:53 +07:00

22 lines
406 B
CSS

.map-preview{
width: 20%;
height: 100%;
border-left: 1px solid silver;
}
.map-create-item {
display: flex;
justify-content: center;
width: 100%;
height: fit-content;
}
.map-create-item img {
justify-content: center;
width: 400px;
height: 300px;
object-fit: contain;
border-radius: 10px;
image-rendering: pixelated;
}