fix: 💄 calc style

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

View file

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

View file

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