watch bgimg

This commit is contained in:
ThatOneCalculator 2022-11-21 20:33:29 -08:00
parent dfba51fbef
commit bf0e7368ef
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -158,7 +158,7 @@ function pin(pin) {
}); });
} }
watch(() => path, fetchPage, { immediate: true }); watch(() => path, fetchPage, bgImg, { immediate: true });
const headerActions = $computed(() => []); const headerActions = $computed(() => []);
@ -269,7 +269,7 @@ definePageMetadata(computed(() => page ? {
> .other { > .other {
> button { > button {
padding: 8px; padding: 2px;
margin: 0 8px; margin: 0 8px;
&:hover { &:hover {