Add delete hotspot button to editor

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-11-02 11:01:16 -07:00
parent 53b6b58c97
commit a3a9902070
3 changed files with 77 additions and 11 deletions

View File

@@ -2,6 +2,10 @@
cursor: crosshair !important;
}
.DeletingHotspot {
cursor: not-allowed !important;
}
.Hotspot{
background: #00000080;
border-radius: 100%;
@@ -143,6 +147,10 @@
transform: scaleX(-1);
}
.preview-button {
margin: 2px;
}
@media (pointer: coarse) {
.Hotspot {
width: 60px;