This commit is contained in:
ThatOneCalculator 2023-01-03 18:51:40 -08:00
parent 7f2a77b091
commit c64705592e
No known key found for this signature in database
GPG key ID: 8703CACD01000000
4 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "13.0.8",
"version": "13.0.6",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -38,7 +38,7 @@ defineProps<{
border-radius: 100px;
background-color: var(--bg);
font-size: .8em;
text-shadow: 0 2px 2px black;
text-shadow: 0 2px 2px var(--shadow);
> .name {
flex-shrink: 1;

View file

@ -302,7 +302,7 @@ onUnmounted(() => {
line-height: 32px;
font-weight: bold;
font-size: 1.8em;
text-shadow: 0 0 8px #000;
text-shadow: 0 0 8px var(--shadow);
}
> .followed {

View file

@ -1,5 +1,5 @@
{
"version": "13.0.8",
"notes": "$[jelly Happy new year!] This release includes many changes, including:\n- New post layout\n- Automatic subdomain blocks\n- Notes are now called posts\n- Many bug fixes and performance improvements",
"version": "13.0.6",
"notes": "$[jelly Happy new year!] This release includes many changes, including:\n- New post layout\n- Automatic subdomain blocks\n- Notes are now called posts\n- Federation improvements\n- Many bug fixes and performance improvements",
"screenshots": []
}