fixed parts circle

This commit is contained in:
2025-07-29 09:29:27 +02:00
parent 14d91b6d6e
commit 13e73abc5d
14 changed files with 1501 additions and 9 deletions
+8 -4
View File
@@ -112,15 +112,19 @@
.draggable-marker {
position: absolute;
width: 16px;
height: 16px;
width: 24px;
/* Aumentato da 16px */
height: 24px;
/* Aumentato da 16px */
background: rgba(255, 0, 0, 0.5);
border: 1px solid #ff0000;
border-radius: 50%;
color: #ffffff;
text-align: center;
line-height: 16px;
font-size: 8px;
line-height: 24px;
/* Aumentato per allineare il testo */
font-size: 12px;
/* Aumentato da 8px */
cursor: move;
user-select: none;
z-index: 1000;