From a0a45d9ea95570a85621fa4e069c6cbe12676d82 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 21 Mar 2026 11:48:08 +0100 Subject: [PATCH] fix: set width so it doesn't take to much space with larger images --- src/App.vue | 1 + src/views/PublicNoteView.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/App.vue b/src/App.vue index 71ddd9a..95ad8e4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -18,6 +18,7 @@ const { isATProtoReady } = useATProtoLogin()