allow any image URL for gifts & profiles

This commit is contained in:
2024-05-12 21:43:18 -06:00
parent 7d6b210ee1
commit fd112bd447
2 changed files with 53 additions and 4 deletions

View File

@@ -398,10 +398,6 @@ export default class PhotoDialog extends Vue {
);
}
}
window80() {
return window.innerHeight * 0.8 + "px";
}
}
</script>