added support for linking to the record preview/update form and some other minor improvements
This commit is contained in:
@@ -59,14 +59,14 @@
|
||||
.markers {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
left: 4px;
|
||||
top: 4px;
|
||||
left: 3px;
|
||||
top: 3px;
|
||||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
.marker {
|
||||
$size: 4px;
|
||||
$size: 5px;
|
||||
display: block;
|
||||
width: $size;
|
||||
height: $size;
|
||||
|
||||
Reference in New Issue
Block a user