fixed parts circle
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user