refactor: enhance measurement tool functionality and styling

This commit is contained in:
2025-08-25 12:31:05 +05:30
parent 50e4c1a2a6
commit 706f587e72
2 changed files with 183 additions and 226 deletions

View File

@@ -130,15 +130,25 @@
svg {
display: none;
}
.c-jiwtRJ{
.c-jiwtRJ {
align-items: center;
}
}
.stats{
.stats {
top: auto !important;
bottom: 36px !important;
left: 12px !important;
border-radius: 6px;
overflow: hidden;
}
.measurement-point {
height: 12px;
width: 12px;
border-radius: 50%;
background: #b18ef1;
outline: 2px solid black;
outline-offset: -1px;
transform: translate(-50%, -50%);
}