([]);
@@ -148,10 +147,6 @@ async function run() {
}
}
-function highlighter(code) {
- return highlight(code, languages.js, 'javascript');
-}
-
onDeactivated(() => {
if (aiscript) aiscript.abort();
});
diff --git a/packages/frontend/src/pages/settings/profile.vue b/packages/frontend/src/pages/settings/profile.vue
index 2a0b678ed1..2ac8d15545 100644
--- a/packages/frontend/src/pages/settings/profile.vue
+++ b/packages/frontend/src/pages/settings/profile.vue
@@ -96,6 +96,7 @@ SPDX-License-Identifier: AGPL-3.0-only
>
{{ avatarDecoration.name }}
+
@@ -389,4 +390,10 @@ definePageMetadata({
font-weight: bold;
margin-bottom: 20px;
}
+
+.avatarDecorationLock {
+ position: absolute;
+ bottom: 12px;
+ right: 12px;
+}