Add vertex finder feature.

This commit is contained in:
Oleg Sh
2025-06-15 15:52:55 +02:00
parent 54e58c8011
commit 2bc0bda130
26 changed files with 249 additions and 24 deletions

View File

@@ -261,7 +261,7 @@
#CanvasMessage
{
position: absolute;
right: 48px;
left: 4px;
z-index: 10;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
@@ -272,6 +272,35 @@
supported by Chrome and Opera */
}
#CanvasSearchText
{
width: 120px;
position: absolute;
top: 6px;
right: 38px;
z-index: 10;
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
min-height: 1em;
}
#ShowArrow
{
position: absolute;
top: 60px;
right: 60px;
width: 32px;
z-index: 10;
font-size: 32px;
padding: 0;
border: none;
margin: 0;
pointer-events: none;
display: none;
}
.MarginLeft
{
margin-right: 32px !important;