fix: 💄 calc style

This commit is contained in:
ThatOneCalculator 2022-11-04 14:58:08 -07:00
parent dcbeea5404
commit 163a826af5
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "12.119.0-calc.7-rc.1",
"version": "12.119.0-calc.7-rc.2",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -432,7 +432,7 @@ function readPromo() {
width: 58px;
height: 58px;
position: sticky;
top: calc(22px + var(--stickyTop, 0px));
top: var(--stickyTop, 0px);
left: 0;
}