Update add-image.css

This commit is contained in:
Anthony Stirling
2024-08-03 13:06:52 +01:00
committed by GitHub
parent d57b36a61a
commit 5004d2df37

View File

@@ -25,4 +25,22 @@
user-select: none;
top: 0px;
left: 0;
transform-origin: center center;
}
.rotate-handle {
width: 10px;
height: 10px;
background: blue;
position: absolute;
top: -20px;
left: 50%;
transform: translateX(-50%);
cursor: pointer;
}
.rotate-button {
background-color: rgba(13, 110, 253, 0.1);
border: none;
cursor: pointer;
padding: 5px;
margin: 2px;
}