From 5004d2df3732f1cfb378e23ac79efa4c53e050f4 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sat, 3 Aug 2024 13:06:52 +0100 Subject: [PATCH] Update add-image.css --- src/main/resources/static/css/add-image.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/main/resources/static/css/add-image.css b/src/main/resources/static/css/add-image.css index 5a735b42..8d10f0cb 100644 --- a/src/main/resources/static/css/add-image.css +++ b/src/main/resources/static/css/add-image.css @@ -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; }