Skip to content

Commit

Permalink
ULMS-3023 Fixed cursor size
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkonst committed May 17, 2024
1 parent ad081b3 commit c57d7a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/location-viewport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulms/ui-location-viewport",
"version": "1.2.0",
"version": "1.2.0-dev.0-fix-cursor",
"license": "MIT",
"main": "index.js",
"module": "es/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/location-viewport/src/location-viewport.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
}

.cursorItem {
width: var(--location-viewport-object-size);
height: var(--location-viewport-object-size);
position: relative;
display: block;
transform-origin: top left;
Expand All @@ -44,8 +46,6 @@
}

.cursorItem > * {
--icons-size-xs: var(--location-viewport-object-size);

display: block;
}

Expand Down

0 comments on commit c57d7a5

Please sign in to comment.