Skip to content

Commit

Permalink
chore: Moves the hotspot just a little bit higher
Browse files Browse the repository at this point in the history
  • Loading branch information
orangevolon committed Jan 30, 2025
1 parent 69120b1 commit 6478ec5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/hotspot/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

.markerWrapper {
position: absolute;
inset-block-start: calc(-1 * awsui.$space-scaled-xxs);
inset-block-start: calc(-1 * #{awsui.$space-xxs});
}

.placement-right {
Expand All @@ -37,4 +37,8 @@
vertical-align: text-top;
inline-size: awsui.$space-scaled-m;
background: red;

& > .markerWrapper {
inset-block-start: calc(-1 * (#{awsui.$space-xxxs} + #{awsui.$space-xxs}));
}
}

0 comments on commit 6478ec5

Please sign in to comment.