refactor: enhance measurement tool functionality and styling
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user