From 2ebda850c7b33e54666bebca0d6f1ac1dea5a786 Mon Sep 17 00:00:00 2001 From: upsiflu Date: Mon, 30 Dec 2024 11:46:49 +0100 Subject: [PATCH] feat(ui): allow custom width (via composable props) --- front/src/components/About.vue | 12 +++++------ front/src/composables/widths.ts | 36 ++++++++++++++++++++++++--------- front/ui-docs/using-widths.md | 12 +++++++++++ 3 files changed, 44 insertions(+), 16 deletions(-) diff --git a/front/src/components/About.vue b/front/src/components/About.vue index 5119fcb66..94bfc373e 100644 --- a/front/src/components/About.vue +++ b/front/src/components/About.vue @@ -105,7 +105,7 @@ const federationEnabled = computed(() => {