style(ui): change width resizer's cursor from col-resize to ew-resize
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful

This commit is contained in:
SauceyRed 2025-07-18 03:57:02 +02:00
parent 4b1db5961a
commit 315258a8d5
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7

View file

@ -42,7 +42,7 @@ onMounted(() => {
createContextMenu(e, menuItems);
return
};
document.body.style.cursor = "col-resize";
document.body.style.cursor = "ew-resize";
function handleMove(pointer: PointerEvent) {
if (resizableSidebar.value) {
console.log("moving");