mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-05 23:15:08 +08:00
style: use horizontalPadding to calculate right property
This commit is contained in:
parent
aac60fe480
commit
3879e58f93
1 changed files with 1 additions and 1 deletions
|
|
@ -1233,7 +1233,7 @@
|
|||
&:hover {
|
||||
.shareButton {
|
||||
opacity: 1;
|
||||
right: -3.25em;
|
||||
right: calc((1.25em + (var(--horizontalPadding) * 2)) * -1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue