smaller avatar

This commit is contained in:
ThatOneCalculator 2022-11-18 14:30:36 -08:00
parent ca6b328cf8
commit e0a17ae37d
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -72,10 +72,10 @@ function del(): void {
> .avatar {
position: sticky;
top: calc(var(--stickyTop, 0px) + 16px);
top: calc(var(--stickyTop, 0px) + 20px);
display: block;
width: 54px;
height: 54px;
width: 45px;
height: 45px;
transition: all 0.1s ease;
}